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

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

[elpa] master 32dada2 10/14: Add space between edit message and BLOCKER


From: Ian Dunn
Subject: [elpa] master 32dada2 10/14: Add space between edit message and BLOCKER section
Date: Sun, 17 Dec 2017 17:39:58 -0500 (EST)

branch: master
commit 32dada28b54d8a542e0700a1c3ce024bbbb0ef8a
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]