summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-16 09:35:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-16 09:35:06 +0200
commitf84ca3fac3eb4ed4d31bf6fef9900b712e1a8086 (patch)
tree54559168f97fccc45bb4e3a4c890cbbdf6f27b05
parentc3cdbbff9b654823ffd669177126eb438841dd49 (diff)
parentde7e495e4616505ceb8d9532e6378f1ad46b08ff (diff)
downloadorg-mode-f84ca3fac3eb4ed4d31bf6fef9900b712e1a8086.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-latex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 58657c7..6fe05e0 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -2059,8 +2059,8 @@ CONTENTS is nil. INFO is a plist holding contextual information."
"\n")
(org-latex--wrap-label
horizontal-rule
- (format "\\rule{%s}{%s}"
- (or (plist-get attr :width) "\\linewidth")
+ (format "\\noindent\\rule{%s}{%s}"
+ (or (plist-get attr :width) "\\textwidth")
(or (plist-get attr :thickness) "0.5pt"))
info))))