|
@@ -1986,7 +1986,6 @@ CONTENTS is nil. INFO is a plist holding contextual information."
|
|
(value (org-element-property :value keyword)))
|
|
(value (org-element-property :value keyword)))
|
|
(cond
|
|
(cond
|
|
((string= key "HTML") value)
|
|
((string= key "HTML") value)
|
|
- ((string= key "INDEX") (format "\\index{%s}" value))
|
|
|
|
;; Invisible targets.
|
|
;; Invisible targets.
|
|
((string= key "TARGET") nil)
|
|
((string= key "TARGET") nil)
|
|
((string= key "TOC")
|
|
((string= key "TOC")
|
|
@@ -2908,15 +2907,6 @@ Return output file name."
|
|
;;;; org-html-with-timestamp
|
|
;;;; org-html-with-timestamp
|
|
;;;; org-html-html-helper-timestamp
|
|
;;;; org-html-html-helper-timestamp
|
|
|
|
|
|
-;;;; org-export-as-html-and-open
|
|
|
|
-;;;; org-export-as-html-batch
|
|
|
|
-;;;; org-export-as-html-to-buffer
|
|
|
|
-;;;; org-replace-region-by-html
|
|
|
|
-;;;; org-export-region-as-html
|
|
|
|
-;;;; org-export-as-html
|
|
|
|
-
|
|
|
|
-;;;; (org-export-directory :html opt-plist)
|
|
|
|
-;;;; (plist-get opt-plist :html-extension)
|
|
|
|
;;;; org-html-toplevel-hlevel
|
|
;;;; org-html-toplevel-hlevel
|
|
;;;; org-html-special-string-regexps
|
|
;;;; org-html-special-string-regexps
|
|
;;;; org-html-inline-images
|
|
;;;; org-html-inline-images
|