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
commit 7c940b8705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")