Don't use TOC keyword

This commit is contained in:
Igarashi Masanao
2018-02-17 23:39:15 +09:00
parent 58715dcba3
commit 47ad15097a

View File

@@ -811,8 +811,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
(let ((key (org-element-property :key keyword))
(value (org-element-property :value keyword)))
(cond
((string= key "RST") value)
((string= key "TOC") (downcase value)))))
((string= key "RST") value))))
;;;; Latex Environment