diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 8c7d48cf7..940e4a447 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -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)))))