Texinfo: Mention #+TEXINFO_POST_HEADER in comments

* contrib/lisp/org-e-texinfo.el: There are now nine keywords.

TINYCHANGE
This commit is contained in:
Thomas Dye 2012-12-04 06:39:13 -10:00 committed by Bastien Guerry
parent e815ab5f8e
commit e873446a63
1 changed files with 6 additions and 3 deletions

View File

@ -32,9 +32,12 @@
;; export. See contrib/lisp/org-export.el for more details on how
;; this exporter works.
;;
;; It introduces eight new buffer keywords: "TEXINFO_CLASS",
;; "TEXINFO_FILENAME", "TEXINFO_HEADER", "TEXINFO_DIR_CATEGORY",
;; "TEXINFO_DIR_TITLE", "TEXINFO_DIR_DESC" "SUBTITLE" and "SUBAUTHOR".
;; It introduces nine new buffer keywords: "TEXINFO_CLASS",
;; "TEXINFO_FILENAME", "TEXINFO_HEADER", "TEXINFO_POST_HEADER",
;; "TEXINFO_DIR_CATEGORY", "TEXINFO_DIR_TITLE", "TEXINFO_DIR_DESC"
;; "SUBTITLE" and "SUBAUTHOR".
;;
;; It introduces 1 new headline property keywords:
;; "TEXINFO_MENU_TITLE" for optional menu titles.