Commit a889d341c6cf

Vincent Demeester <vincent@sbr.pm>
2025-06-18 15:10:22
tools/emacs: add another journal capture template
One with the date prompt, one without. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7187eb1
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1114,6 +1114,10 @@ minibuffer, even without explicitly focusing it."
 
   (add-to-list 'org-capture-templates
 	       `("j" "Journal entry" item
+		 (file+datetree ,org-journal-file)
+		 "%U %?\n%i"))
+  (add-to-list 'org-capture-templates
+	       `("J" "Journal (antidated) entry" item
 		 (file+datetree+prompt ,org-journal-file)
 		 "%U %?\n%i"))