Bastien <b...@altern.org> writes:

> Hi Tom,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> The attached patch opens up a slot to insert material between the header
>> and body of a texinfo file.  The Org manual uses this space to define
>> several macros that are used extensively through the rest of the
>> document.
>>
>> Please feel free to improve/change if need be.
>
> I applied your patch, adding a changelog.  
>
> I let Jonathan further comment/amend it.
>
> Thanks!

Great, thanks!  Attached is a patch, with changelog, that mentions the
new keyword in the comments at the top of the file.  I've marked it
TINYCHANGE even though I signed the FSF papers--not sure if this is
correct according to http://orgmode.org/worg/org-contribute.html#sec-5.

All the best,
Tom

>From 6d00921c75c267b6bab45decaede0c439aafb598 Mon Sep 17 00:00:00 2001
From: Thomas Dye <t...@tsdye.com>
Date: Tue, 4 Dec 2012 06:39:13 -1000
Subject: [PATCH] Texinfo: Mention #+TEXINFO_POST_HEADER in comments

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

TINYCHANGE
---
 contrib/lisp/org-e-texinfo.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/contrib/lisp/org-e-texinfo.el b/contrib/lisp/org-e-texinfo.el
index 0782875..82d63cf 100644
--- a/contrib/lisp/org-e-texinfo.el
+++ b/contrib/lisp/org-e-texinfo.el
@@ -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.
-- 
1.8.0

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to