From 77ee6ee87fa7693a58f6be414b4c565824db4213 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 18 Apr 2019 18:10:46 -0400 Subject: [PATCH] add maybe tag --- conf.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf.org b/conf.org index 9bd8930..3ab968a 100644 --- a/conf.org +++ b/conf.org @@ -1130,7 +1130,7 @@ By default, the tag selection window obliterates all but the current window...ho ((#'delete-other-windows :override #'ignore) ;; pretty sure I just got lucky here... (#'split-window-vertically :override #'(lambda (&optional size) - (split-window-below (or size -9))))) + (split-window-below (or size -10))))) (unwind-protect (funcall orig-fn current inherited table todo-table)))) (advice-add #'org-fast-tag-selection :around #'nd/org-tag-window-advice) @@ -1359,8 +1359,11 @@ I use tags for agenda filtering (primarily for GTD contexts, see below). Each ta ;; denotes reference information ("%note" . ?n) - ;; incubator + ;; incubator (the someday/maybe list) ("%inc" . ?i) + + ;; maybe (for things I might want to do, to be used with %inc) + ("%maybe" . ?m) ;; denotes tasks that need further subdivision to turn into true project ("%subdiv" . ?s)