Notes: Update

This commit is contained in:
Adam Porter 2020-11-15 21:07:51 -06:00
parent 8a1fd14590
commit b04d0263a4

View file

@ -82,6 +82,7 @@
:TOC: :include descendants :depth 1
:END:
:CONTENTS:
- [[#add-emacs-271-to-testyml][Add Emacs 27.1 to test.yml]]
- [[#add-auto-keyword-to-planning-predicate][Add :auto keyword to (planning) predicate]]
- [[#change-deadlines-auto-argument-to-auto-andor-auto-t][Change (deadline)'s auto argument to :auto and/or :auto t]]
- [[#outline-path-in-buffers-files-arg][Outline path in buffers-files arg]]
@ -122,6 +123,11 @@
- [[#use-macros-for-date][Use macros for date]]
:END:
** TODO [#A] Add Emacs 27.1 to =test.yml=
:PROPERTIES:
:milestone: 0.5
:END:
** TODO [#B] Add ~:auto~ keyword to ~(planning)~ predicate
It should act like ~(or (deadline auto) (scheduled :to today))~.