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:
parent
25a4f513a7
commit
ab4a946ae2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user