branch: externals/org-real
commit e0393222adbdbfa43ea1f0d1ec8304a720ab52a0
Author: Tyler Grinn <[email protected]>
Commit: Tyler Grinn <[email protected]>
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 ce63639..852c22e 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.