Pārlūkot izejas kodu

Merge branch 'maint'

Bastien Guerry 11 gadi atpakaļ
vecāks
revīzija
918551cec8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -4841,6 +4841,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))) "")))))