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

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

[elpa] externals/org-real 02fc94713a 012/188: Add new line after pp text


From: ELPA Syncer
Subject: [elpa] externals/org-real 02fc94713a 012/188: Add new line after pp text
Date: Sun, 5 May 2024 22:55:48 -0400 (EDT)

branch: externals/org-real
commit 02fc94713a4af6030bfa7060b26dff21b26accf2
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@gmail.com>

    Add new line after pp text
---
 org-real.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-real.el b/org-real.el
index ce63639cc5..852c22e00e 100644
--- a/org-real.el
+++ b/org-real.el
@@ -488,7 +488,8 @@ describing where BOX is."
       (insert " the ")
       (insert (plist-get container :name)))
     (insert ".")
-    (fill-paragraph)))
+    (fill-paragraph)
+    (insert "\n")))
 
 (defun org-real--draw (box offset)
   "Insert an ascii drawing of BOX into the current buffer.



reply via email to

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