Ensure Org capture is properly initialized
This commit is contained in:
parent
a7d0b70a8b
commit
da6f61e028
@ -429,6 +429,8 @@ history of the buffer."
|
|||||||
(org-element-end last-seen-item))
|
(org-element-end last-seen-item))
|
||||||
|
|
||||||
;; Set up capture buffer
|
;; Set up capture buffer
|
||||||
|
(setq org-capture-plist nil) ; initialize new capture process, as would otherwise be done
|
||||||
|
; by `org-capture-set-plist'
|
||||||
(org-capture-put :key "")
|
(org-capture-put :key "")
|
||||||
(org-capture-put :description "")
|
(org-capture-put :description "")
|
||||||
(org-capture-put :target '(file db/org-default-refile-file))
|
(org-capture-put :target '(file db/org-default-refile-file))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user