From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Brown Subject: Re: export TODO keyword Date: Mon, 16 Aug 2010 14:14:39 +0100 Message-ID: <87r5hyhf7k.wl%simon@cliffestones.demon.co.uk> References: <1FFE9A72-8651-4461-B8C5-C54B7F94569A@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=38487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkzWf-0007tf-9N for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 09:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkzWV-0000lQ-Rt for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 09:14:49 -0400 Received: from nativespace-leda.ns-leda.com ([89.145.88.80]:50128) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkzWV-0000lA-Nw for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 09:14:43 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rares Pop Cc: emacs-orgmode@gnu.org Hi Rares, At Mon, 16 Aug 2010 14:27:47 +0300, Rares Pop wrote: > I've found part of the problem but I don't know the cause. > The *.tex file was generated with curly brackets > (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file > And if I remove the slashes(*\ \)* signs the latex code will be something > like this (e.g \section{\textbf{TODO} Task 1}) > and by exporting it to PDF it looks ok. > > The value of the variable *Org Export Latex Todo Keyword Markup* is * > \textbf{%s}* > * > * > So it seems that somewhere on the road some slash signs are added without > permission. This sounds like a bug I encountered a while back: http://article.gmane.org/gmane.emacs.orgmode/24900 Carsten fixed it a while ago (Thanks!) I suggest you update. Simon