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 19:50:17 +0100 Message-ID: <87vcd4m5cm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZnXH-0003zT-Bi for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 13:54:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZnXE-0008OE-8d for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 13:54:35 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:39737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZnXE-0008O2-20 for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 13:54:32 -0500 Received: by mail-wi0-f169.google.com with SMTP id hq12so566213wib.0 for ; Sat, 17 Nov 2012 10:54:31 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Sat, 17 Nov 2012 08:10:42 -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 Hello, tsd@tsdye.com (Thomas S. Dye) writes: > An Org manual convention uses title case for the main menu and sentence > case for chapter heads, e.g., the chapter "Document structure" shows up > in the main menu as "Document Structure". > > I haven't been able to get the texinfo exporter to do this. > > Perhaps org-e-texinfo--generate-menu-items could check the EXPORT_TITLE > property? Something like this might make sense: > > * Document structure > :PROPERTIES: > :DESCRIPTION: A tree works like your brain > :EXPORT_TITLE: Document Structure > :END: EXPORT_TITLE property is meant to provide a title for a subtree export. This is a wrong way to use it like that. On the other hand, wouldn't it be possible to simply `capitalize' menu entries? Regards, -- Nicolas Goaziou