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:
Daniel Borchmann 2025-11-29 09:23:00 +01:00
parent da6f61e028
commit e7103e0682
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -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