ox-man: Add new line before line break tag

* lisp/ox-man.el (org-man-line-break): Transcode a LINE-BREAK object
  from Org to Man by adding the appropriate tag on a new line.

TINYCHANGE
This commit is contained in:
Francesco Montanari 2017-03-26 12:59:19 +03:00 committed by Nicolas Goaziou
parent 31f3725ba8
commit b2f4f4dc42
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
(defun org-man-line-break (_line-break _contents _info)
"Transcode a LINE-BREAK object from Org to Man.
CONTENTS is nil. INFO is a plist holding contextual information."
".br\n")
"\n.br\n")
;;; Link