summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-04 20:31:08 +0100
committerBastien Guerry <bzg@altern.org>2013-03-04 20:31:08 +0100
commite1befff7ad6f26ffdc1e2c8f8c5e129440b6aec4 (patch)
tree91a5fd1f6f47122cf0f33fab151235b284b75f8f
parent73e442114090c72cf454e13342d01db9cf02b4d2 (diff)
downloadorg-mode-e1befff7ad6f26ffdc1e2c8f8c5e129440b6aec4.tar.gz
ox-odt.el (org-odt-keyword): Fix typo
* ox-odt.el (org-odt-keyword): Fix typo.
-rw-r--r--lisp/ox-odt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index e7f21f2..480e2ad 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -2006,7 +2006,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
;; FIXME
(ignore))
((string= key "TARGET") nil)
- ((string= key "toc")
+ ((string= key "TOC")
(let ((value (downcase value)))
(cond
((string-match "\\<headlines\\>" value)