Don't use TOC keyword
This commit is contained in:
@@ -811,8 +811,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
|
|||||||
(let ((key (org-element-property :key keyword))
|
(let ((key (org-element-property :key keyword))
|
||||||
(value (org-element-property :value keyword)))
|
(value (org-element-property :value keyword)))
|
||||||
(cond
|
(cond
|
||||||
((string= key "RST") value)
|
((string= key "RST") value))))
|
||||||
((string= key "TOC") (downcase value)))))
|
|
||||||
|
|
||||||
|
|
||||||
;;;; Latex Environment
|
;;;; Latex Environment
|
||||||
|
|||||||
Reference in New Issue
Block a user