Commit d0e96dde2bc3

Vincent Demeester <vincent@sbr.pm>
2018-10-07 14:14:16
org: update journal capture template with title prompt
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8779ad6
Changed files (1)
lisp/vde-org.el
@@ -52,7 +52,7 @@
                                  (file org-default-notes-file))
                                 ("j" "Journal entry" entry
                                  (file+datetree "~/desktop/org/journal.org")
-                                 "* %?\n%U\n")
+                                 "* %^{title}\n%U\n%?\n"xo)
                                 ("l" "Link" entry (file+olp org-default-notes-file "Links")
                                  "* %a\n %?\n %i")))