From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export to pdf tags showing Date: Mon, 18 Jun 2012 10:10:29 -0400 Message-ID: <20012.1340028629@alphaville> References: <4FDCC0DA.8060705@chrikro.net> <7875.1339899124@alphaville> <4FDD9A1B.70704@chrikro.net> <14246.1339969189@alphaville> <87395t5wyc.fsf@gmail.com> <87wr35ypt8.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sgco4-00033e-NU for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 10:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sgcnu-0000LT-S2 for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 10:19:52 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:24973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sgcnu-0000KN-Mn for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 10:19:42 -0400 In-Reply-To: Message from Nicolas Goaziou of "Mon, 18 Jun 2012 10:41:55 +0200." <87wr35ypt8.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, "itmejl@chrikro.net" Nicolas Goaziou wrote: > Hello, > > suvayu ali writes: > > > On Mon, Jun 18, 2012 at 1:40 AM, Nicolas Goaziou wrote: > >> This is not a bug. LaTeX has its own command to create the table of > >> contents. There is no simple way to interfere with the process and > >> remove the tags. > > > > I think this should work: > > > > \section[Section title in toc]{Section title} > > > > Then the "tagless" title could be in the [..] and the "with tag" title > > in the {..}. > > I had totally forgotten about alternative headlines. This is now > implemented. > > > HTH > > It does. Thanks. > > Pulled and tested: works nicely. Thanks to Suvayu for the idea and to Nicolas for the implementation. IIUC, this is only implemented in the new exporter: the old one remains unchanged - yes? Thanks, Nick