Fix org config

`file+datetree` is now obsolete, `file+olp+datetree` is to be used instead.
This commit is contained in:
Gergely Polonkai 2017-09-25 11:09:05 +02:00
parent c707f975e1
commit 620bc853f7
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@
(setq org-capture-templates nil))
(add-to-list 'org-capture-templates
'("p" "Blog post"
entry (file+datetree (concat org-directory "blog.org"))
entry (file+olp+datetree (concat org-directory "blog.org"))
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
(add-to-list 'org-capture-templates
'("g" "GT2 note"