diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index 069f74b5..8172ed91 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -94,7 +94,7 @@ ;; Log my activities (add-to-list 'org-capture-templates '("j" "Journal" entry (file+olp+datetree "journal.org" "Journal") "* %^{Activity}\nEntered on %T\n%?" :tree-type week :empty-lines-after 1)) ;; Log my activities -(add-to-list 'org-capture-templates '("l" "Log" entry (file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:")) +(add-to-list 'org-capture-templates '("l" "Log" entry (file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:\n%?" :empty-lines-after 1)) ;; Log my growth talks (add-to-list 'org-capture-templates '("g" "Growth Talk" entry (file+olp+datetree "growthtalk.org" "Talks") "* %U - %^{Activity} :TALK:")) ;; Record general hours