From: rearman Date: Thu, 19 Mar 2026 12:12:21 +0000 (-0400) Subject: Move to one file with multiple headings for agenda X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=2380a98efb08448df1178e9ca38f4c8be30fae02;p=emacsinit.git Move to one file with multiple headings for agenda Maybe better? Probably won't notice much of a difference, since I live in the agenda more than the files. --- diff --git a/re/re-org.el b/re/re-org.el index 5777139..c33f595 100644 --- a/re/re-org.el +++ b/re/re-org.el @@ -134,31 +134,37 @@ (setq org-capture-templates '(("i" "Inbox" entry - (file "inbox.org") + (file+olp "gtd.org" "inbox") "* %^{Description}\nAdded: %U\n%?" :empty-lines-before 1 :clock-in t :clock-resume t) ("n" "Next Item" entry - (file "next.org") + (file+olp "gtd.org" "next") "* TODO %^{Description} %^{tags}G\nAdded: %U\n%?" :empty-lines-before 1 :clock-in t :clock-resume t) ("u" "Undertake" entry - (file "undertakings.org") + (file+olp "gtd.org" "undertakings") "* UNDERTAKEN %^{Description}\nAdded: %U\n%?" :empty-lines-before 1 :clock-in t :clock-resume t) ("m" "Meeting" entry - (file "agenda.org") + (file+olp "gtd.org" "meetings") "* %^{Description}\n%^{Scheduled:}T\n%?" :empty-lines-before 1 :clock-in t :clock-resume t) ("p" "Phone Call" entry - (file "inbox.org") + (file+olp "gtd.org" "inbox") + "* %^{Description} :call:\nAdded: %U\n%?" + :empty-lines-before 1 + :clock-in t + :clock-resume t) + ("s" "Someday/Maybe" entry + (file+olp "gtd.org" "someday") "* %^{Description} :call:\nAdded: %U\n%?" :empty-lines-before 1 :clock-in t