Fix for issue 2343
This commit is contained in:
parent
c24ab34f75
commit
2fcb74dead
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ I like:
|
||||||
vimperator, dmenu or a global keybinding."
|
vimperator, dmenu or a global keybinding."
|
||||||
(setq org-default-notes-file
|
(setq org-default-notes-file
|
||||||
(expand-file-name +org-capture-notes-file org-directory)
|
(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
|
org-capture-templates
|
||||||
'(("t" "Personal todo" entry
|
'(("t" "Personal todo" entry
|
||||||
(file+headline +org-capture-todo-file "Inbox")
|
(file+headline +org-capture-todo-file "Inbox")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue