소스 검색

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

* ox-odt.el (org-odt-keyword): Fix typo.
Bastien Guerry 12 년 전
부모
커밋
e1befff7ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
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)