[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))
- [elpa] master updated (7f7981b -> bd64a1d), Ian Dunn, 2017/12/17
- [elpa] master 5979517 03/14: Only require subr-x during compilation, Ian Dunn, 2017/12/17
- [elpa] master 63ef489 01/14: Updated documentation for ELPA release, Ian Dunn, 2017/12/17
- [elpa] master 2cfb021 02/14: Added next-sibling-wrap finder, Ian Dunn, 2017/12/17
- [elpa] master ec145d9 07/14: Bumped version to beta1, Ian Dunn, 2017/12/17
- [elpa] master 848f046 08/14: Update if-let and when-let to their -let* counterparts, Ian Dunn, 2017/12/17
- [elpa] master 35a9a7e 04/14: Added support for interactive editing of blockers and triggers, Ian Dunn, 2017/12/17
- [elpa] master 7aa71e7 06/14: Added documentation for popout editing, Ian Dunn, 2017/12/17
- [elpa] master 1eabcf9 09/14: Don't present variables for keyword completion, Ian Dunn, 2017/12/17
- [elpa] master 32dada2 10/14: Add space between edit message and BLOCKER section,
Ian Dunn <=
- [elpa] master 23b5ae9 11/14: Fix bug in keyword completion, Ian Dunn, 2017/12/17
- [elpa] master 40b0ee9 12/14: Added two new forms for setting planning information, Ian Dunn, 2017/12/17
- [elpa] master 6826e92 05/14: Updated documentation, Ian Dunn, 2017/12/17
- [elpa] master ea0f9fb 13/14: Added relatives finder, Ian Dunn, 2017/12/17
- [elpa] master bd64a1d 14/14: Merge commit 'ea0f9fb914cccc1d127eea94bc4c607dbcd4dc7d', Ian Dunn, 2017/12/17