mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
Merge branch 'maint'
This commit is contained in:
commit
368aa1078f
@ -3973,6 +3973,7 @@ header, or they will be appended."
|
||||
("" "wrapfig" nil)
|
||||
("" "rotating" nil)
|
||||
("normalem" "ulem" t)
|
||||
("" "soul" t)
|
||||
("" "amsmath" t)
|
||||
("" "textcomp" t)
|
||||
("" "marvosym" t)
|
||||
|
@ -605,7 +605,7 @@ When nil, no transformation is made."
|
||||
(code . verb)
|
||||
(italic . "\\emph{%s}")
|
||||
(strike-through . "\\sout{%s}")
|
||||
(underline . "\\uline{%s}")
|
||||
(underline . "\\ul{%s}")
|
||||
(verbatim . protectedtexttt))
|
||||
"Alist of LaTeX expressions to convert text markup.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user