summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Montanari <francesco.montanari@helsinki.fi>2017-03-26 12:59:19 +0300
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-01 10:17:01 +0200
commitb2f4f4dc4274cc27995ade7872996d05cb5dc699 (patch)
tree59cdcba092984b616299b181157a0ac843e719c0
parent31f3725ba8ef4592db46d9b5a697c85b4a82c39c (diff)
downloadorg-mode-b2f4f4dc4274cc27995ade7872996d05cb5dc699.tar.gz
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
-rw-r--r--lisp/ox-man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-man.el b/lisp/ox-man.el
index 2bb121f..71718ab 100644
--- a/lisp/ox-man.el
+++ b/lisp/ox-man.el
@@ -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