Browse Source

ox-latex: Fix nested markup in TODO keyword defalt format

* lisp/ox-latex.el (org-latex-format-headline-default-function): Use
  declarative shape to nest makup for TODO keywords.  Previous syntax
  generated errors during export.
Nicolas Goaziou 12 years ago
parent
commit
25b5ab8a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -1506,7 +1506,7 @@ holding contextual information."
   "Default format function for a headline.
 See `org-latex-format-headline-function' for details."
   (concat
-   (and todo (format "\\textbf{\\textsc{\\textsf{%s}}} " todo))
+   (and todo (format "{\\bfseries\\sffamily %s} " todo))
    (and priority (format "\\framebox{\\#%c} " priority))
    text
    (and tags