mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Remove Inbox heading on org journal capture template
This commit is contained in:
@ -271,7 +271,7 @@ I like:
|
|||||||
(file+headline +org-capture-notes-file "Inbox")
|
(file+headline +org-capture-notes-file "Inbox")
|
||||||
"* %u %?\n%i\n%a" :prepend t)
|
"* %u %?\n%i\n%a" :prepend t)
|
||||||
("j" "Journal" entry
|
("j" "Journal" entry
|
||||||
(file+olp+datetree +org-capture-journal-file "Inbox")
|
(file+olp+datetree +org-capture-journal-file)
|
||||||
"* %U %?\n%i\n%a" :prepend t)
|
"* %U %?\n%i\n%a" :prepend t)
|
||||||
|
|
||||||
;; Will use {project-root}/{todo,notes,changelog}.org, unless a
|
;; Will use {project-root}/{todo,notes,changelog}.org, unless a
|
||||||
|
Reference in New Issue
Block a user