Allow refiling headings after conversion from checkbox items
Without this setting, the error message “org-capture-refile: Refiling from a capture buffer makes only sense for ‘entry’-type templates” is shown.
This commit is contained in:
parent
da6f61e028
commit
e7103e0682
@ -434,6 +434,7 @@ history of the buffer."
|
|||||||
(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))
|
||||||
|
(org-capture-put :type 'entry)
|
||||||
(org-capture-put :empty-lines-before 1)
|
(org-capture-put :empty-lines-before 1)
|
||||||
(org-capture-put :empty-lines-after 1)
|
(org-capture-put :empty-lines-after 1)
|
||||||
(org-capture-put :template (org-capture-fill-template
|
(org-capture-put :template (org-capture-fill-template
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user