From b04d0263a4e0d072a8c7fbb6d50af24f5193b236 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 15 Nov 2020 21:07:51 -0600 Subject: [PATCH] Notes: Update --- notes.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes.org b/notes.org index ebfa4a9..c15d42a 100644 --- a/notes.org +++ b/notes.org @@ -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))~.