From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Re: [PATCH] Add TEXINFO_POST_HEADER slot Date: Tue, 04 Dec 2012 06:48:11 -1000 Message-ID: References: <871uf5riyt.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg2T6-0003fQ-2Z for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 19:04:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tg2T4-0006JQ-MS for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 19:04:04 -0500 Received: from oproxy11-pub.bluehost.com ([173.254.64.10]:48618) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Tg2T4-0006JD-DR for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 19:04:02 -0500 In-Reply-To: <871uf5riyt.fsf@bzg.ath.cx> (Bastien's message of "Tue, 04 Dec 2012 15:25:58 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org-mode --=-=-= Content-Type: text/plain Bastien writes: > Hi Tom, > > tsd@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 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Texinfo-Mention-TEXINFO_POST_HEADER-in-comments.patch Content-Description: Documentation patch for org-e-texinfo.el >From 6d00921c75c267b6bab45decaede0c439aafb598 Mon Sep 17 00:00:00 2001 From: Thomas Dye 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 --=-=-= Content-Type: text/plain -- Thomas S. Dye http://www.tsdye.com --=-=-=--