emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3748507 083/135: Add space between edit message and BLOCKE


From: Ian Dunn
Subject: [elpa] master 3748507 083/135: Add space between edit message and BLOCKER section
Date: Mon, 17 Feb 2020 10:52:57 -0500 (EST)

branch: master
commit 3748507304d6295a835f8f9408c8815e09907b87
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]