]> git.earman.xyz Git - emacsinit.git/commitdiff
Move to one file with multiple headings for agenda
authorrearman <rearman@r717.net>
Thu, 19 Mar 2026 12:12:21 +0000 (08:12 -0400)
committerrearman <rearman@r717.net>
Thu, 19 Mar 2026 12:12:21 +0000 (08:12 -0400)
Maybe better? Probably won't notice much of a difference, since I live in the
agenda more than the files.

re/re-org.el

index 577713917629281fb15216f887fa1d952ce97ef9..c33f595debaf9c2296a6eab891af68b281de2bf7 100644 (file)
 
 (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