From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [org-e-texinfo] generate menu items Date: Sat, 17 Nov 2012 22:11:13 +0100 Message-ID: <87ip94lytq.fsf@gmail.com> References: <87vcd4m5cm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZpjf-0007iv-Bo for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 16:15:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZpjc-0005J0-A8 for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 16:15:31 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:62432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZpjc-0005Iw-38 for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 16:15:28 -0500 Received: by mail-wi0-f177.google.com with SMTP id c10so1860053wiw.12 for ; Sat, 17 Nov 2012 13:15:27 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sat, 17 Nov 2012 09:56:35 -1000") 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: "Thomas S. Dye" Cc: Org-mode tsd@tsdye.com (Thomas S. Dye) writes: > Agreed. Perhaps a new property, OPTIONAL_TITLE? The texinfo back-end > could use this in menus and the latex back-end could pass it to the > sectioning command, e.g., \chapter[optional]{title} (if this isn't > already possible). Back-ends can indeed use specific properties (Beamer back-end does it with "BEAMER_ENV" and so on). Though, I suggest to prefix the property name with the name of the backend: "TEXINFO_OPTIONAL_TITLE" (perhaps a bit verbose). Then, one can access to it from the headline translator with: (org-element-property :texinfo-optional-title headline) Anyway, Jonathan Leech-Pepin will decide what to do about that. Regards, -- Nicolas Goaziou