ox-odt.el (org-odt-keyword): Fix typo

* ox-odt.el (org-odt-keyword): Fix typo.
This commit is contained in:
Bastien Guerry 2013-03-04 20:31:08 +01:00
parent 73e4421140
commit e1befff7ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)