Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
c259952b9e
|
@ -633,7 +633,7 @@ When nil, no transformation is made."
|
||||||
:package-version '(Org . "8.0")
|
:package-version '(Org . "8.0")
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(string :tag "Format string")
|
(string :tag "Format string")
|
||||||
(const :tag "No formatting")))
|
(const :tag "No formatting" nil)))
|
||||||
|
|
||||||
;;;; Text markup
|
;;;; Text markup
|
||||||
|
|
||||||
|
@ -801,9 +801,9 @@ These options are supplied as a comma-separated list to the
|
||||||
a list containing two strings: the name of the option, and the
|
a list containing two strings: the name of the option, and the
|
||||||
value. For example,
|
value. For example,
|
||||||
|
|
||||||
(setq org-latex-listings-options
|
\(setq org-latex-listings-options
|
||||||
'((\"basicstyle\" \"\\\\small\")
|
'((\"basicstyle\" \"\\\\small\")
|
||||||
(\"keywordstyle\" \"\\\\color{black}\\\\bfseries\\\\underbar\")))
|
\(\"keywordstyle\" \"\\\\color{black}\\\\bfseries\\\\underbar\")))
|
||||||
|
|
||||||
will typeset the code in a small size font with underlined, bold
|
will typeset the code in a small size font with underlined, bold
|
||||||
black keywords.
|
black keywords.
|
||||||
|
|
Loading…
Reference in New Issue