summaryrefslogtreecommitdiff
path: root/lisp/ox-latex.el
diff options
context:
space:
mode:
authorSébastien Delafond <sdelafond@gmail.com>2014-08-27 12:01:58 +0200
committerSébastien Delafond <sdelafond@gmail.com>2014-08-27 12:01:58 +0200
commit8d289dcd7c74256e70fb25a8f0368f95558728ad (patch)
tree26e7390159f18c9132641f6b7d4cc022d9c0005a /lisp/ox-latex.el
parent2a3fafe515c0dd1c15b5dcae0ba6c8be34606a1a (diff)
parentf57fab831252ebe5037ceabe9843623c4bd14f15 (diff)
Merge tag 'upstream/8.2.7c'
Upstream version 8.2.7c
Diffstat (limited to 'lisp/ox-latex.el')
-rw-r--r--lisp/ox-latex.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 2c0152b..5f171da 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -524,7 +524,7 @@ When nil, no transformation is made."
:package-version '(Org . "8.0")
:type '(choice
(string :tag "Format string")
- (const :tag "No formatting")))
+ (const :tag "No formatting" nil)))
;;;; Text markup
@@ -689,9 +689,9 @@ These options are supplied as a comma-separated list to the
a list containing two strings: the name of the option, and the
value. For example,
- (setq org-latex-listings-options
+ \(setq org-latex-listings-options
'((\"basicstyle\" \"\\\\small\")
- (\"keywordstyle\" \"\\\\color{black}\\\\bfseries\\\\underbar\")))
+ \(\"keywordstyle\" \"\\\\color{black}\\\\bfseries\\\\underbar\")))
will typeset the code in a small size font with underlined, bold
black keywords.