Fix usage of obsolete Org variable to (not) set refiling bookmarks
This commit is contained in:
parent
2f01ae081e
commit
2349d6726f
2
init.el
2
init.el
@ -1119,7 +1119,7 @@ quickly loose their meaning."
|
|||||||
(use-package org-capture
|
(use-package org-capture
|
||||||
:commands (org-capture)
|
:commands (org-capture)
|
||||||
:init (setq org-capture-use-agenda-date nil
|
:init (setq org-capture-use-agenda-date nil
|
||||||
org-capture-bookmark nil
|
org-bookmark-names-plist nil
|
||||||
org-capture-templates
|
org-capture-templates
|
||||||
`(("t" "Simple Task"
|
`(("t" "Simple Task"
|
||||||
entry
|
entry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user