diff options
Diffstat (limited to 'lisp/org/ox-texinfo.el')
-rw-r--r-- | lisp/org/ox-texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index c77a239dc3f..d5e650afb79 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el @@ -217,7 +217,7 @@ order to reproduce the default set-up: text \(when tags \(format \"\\\\hfill{}\\\\textsc{%s}\" - \(mapconcat 'identity tags \":\"))))" + \(mapconcat \\='identity tags \":\"))))" :group 'org-export-texinfo :type 'function) @@ -347,7 +347,7 @@ in order to mimic default behavior: title \(when tags \(format \":%s:\" - \(mapconcat 'identity tags \":\"))))) + \(mapconcat \\='identity tags \":\"))))) \(format (concat \"@center %s\n\n\" \"%s\" \"\n\")) |