diff --git a/lisp/org.el b/lisp/org.el index 94a929a28..4de2beb3d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -4840,6 +4840,7 @@ Support for group tags is controlled by the option (lambda (tg) (cond ((eq (car tg) :startgroup) "{") ((eq (car tg) :endgroup) "}") ((eq (car tg) :grouptags) ":") + ((eq (car tg) :newline) "\n") (t (concat (car tg) (if (characterp (cdr tg)) (format "(%s)" (char-to-string (cdr tg))) "")))))