1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

ox-latex: Fix docstring

* lisp/ox-latex.el (org-latex-format-headline-function): Fix missing
  parens in the docstring.
This commit is contained in:
Nicolas Goaziou 2013-02-08 21:02:21 +01:00
parent 25a4f513a7
commit ab4a946ae2

View File

@ -442,7 +442,7 @@ order to reproduce the default set-up:
text
\(when tags
\(format \"\\\\hfill{}\\\\textsc{%s}\"
\(mapconcat 'identity tags \":\"))))"
\(mapconcat 'identity tags \":\")))))"
:group 'org-export-latex
:type 'function)