From e1befff7ad6f26ffdc1e2c8f8c5e129440b6aec4 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 4 Mar 2013 20:31:08 +0100 Subject: [PATCH] ox-odt.el (org-odt-keyword): Fix typo * ox-odt.el (org-odt-keyword): Fix typo. --- lisp/ox-odt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index e7f21f2f6..480e2ad24 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 "\\" value)