branch: master commit 3748507304d6295a835f8f9408c8815e09907b87 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Add space between edit message and BLOCKER section * org-edna.el (org-edna-edit): Modify edit message --- org-edna.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-edna.el b/org-edna.el index d9c16d4..33ba1cb 100644 --- a/org-edna.el +++ b/org-edna.el @@ -1119,7 +1119,7 @@ Form 3: consider the condition met if only P% of the targets pass." (setq-local org-finish-function 'org-edna-edit-finish) (insert "Edit blockers and triggers in this buffer under their respective sections below. All lines under a given section will be merged into one when saving back to -the source buffer. Finish with `C-c C-c' or abort with `C-c C-k'") +the source buffer. Finish with `C-c C-c' or abort with `C-c C-k'\n\n") (setq-local org-edna-blocker-section-marker (point-marker)) (insert (format "BLOCKER\n%s\n\n" blocker)) (setq-local org-edna-trigger-section-marker (point-marker))