branch: externals/org-real commit 02fc94713a4af6030bfa7060b26dff21b26accf2 Author: Amy Grinn <grinn....@gmail.com> Commit: Amy Grinn <grinn....@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.