Merge pull request #2360 from harritaylor/develop

Fix #2343
This commit is contained in:
Henrik Lissner
2020-01-20 02:28:16 -05:00
committed by GitHub

View File

@@ -261,6 +261,8 @@ I like:
vimperator, dmenu or a global keybinding."
(setq org-default-notes-file
(expand-file-name +org-capture-notes-file org-directory)
+org-capture-journal-file
(expand-file-name +org-capture-journal-file org-directory)
org-capture-templates
'(("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox")