Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-06-07 12:23:56 +02:00
commit 16f735f1cb
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
(defun org-texinfo-fixed-width (fixed-width _contents _info)
"Transcode a FIXED-WIDTH element from Org to Texinfo.
CONTENTS is nil. INFO is a plist holding contextual information."
(format "@example\n%s\n@end example"
(format "@example\n%s@end example"
(org-remove-indentation
(org-texinfo--sanitize-content
(org-element-property :value fixed-width)))))