0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-20 05:56:34 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-06-09 11:14:28 +02:00
commit efccedbf65
2 changed files with 2 additions and 1 deletions

View file

@ -3837,6 +3837,7 @@ Org mode to function properly:
symbols used for interpreting the entities in `org-entities'.
You can skip some of these packages if you don't use any of the
symbols in it.
- soul: for underline and strike-through
- graphicx: for including images
- float, wrapfig: for figure placement
- longtable: for long tables

View file

@ -525,7 +525,7 @@ When nil, no transformation is made."
(code . verb)
(italic . "\\emph{%s}")
(strike-through . "\\st{%s}")
(underline . "\\underline{%s}")
(underline . "\\ul{%s}")
(verbatim . protectedtexttt))
"Alist of LaTeX expressions to convert text markup.