From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] ':' whithin * markup incorrectly rendered in LaTeX Date: Wed, 9 Dec 2009 22:45:12 +0100 Message-ID: <1B35D850-761B-495B-834E-885BC80304ED@gmail.com> References: <51b0095d0912080756j748283edi62dac692ebb9778f@mail.gmail.com> <87r5r5e8zp.wl%bill@billpowellisalive.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIULa-0004iO-Ee for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 16:45:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIULV-0004gY-Sc for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 16:45:22 -0500 Received: from [199.232.76.173] (port=36672 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIULV-0004gE-F1 for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 16:45:17 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:47147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIULV-0002ON-1d for emacs-orgmode@gnu.org; Wed, 09 Dec 2009 16:45:17 -0500 Received: by ewy1 with SMTP id 1so719408ewy.8 for ; Wed, 09 Dec 2009 13:45:16 -0800 (PST) In-Reply-To: <87r5r5e8zp.wl%bill@billpowellisalive.com> 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: Bill Powell Cc: emacs-orgmode Hi Bill, On Dec 8, 2009, at 5:16 PM, Bill Powell wrote: > At Tue, 8 Dec 2009 16:56:46 +0100, > Nicolas Girard wrote: >> >> Hi, >> >> *BUG:* is incorrectly translated in LaTeX to >> \textbf{BUG:\} >> It should be >> \textbf{BUG:} >> >> -- >> Nicolas >> > > Yes, I've noticed this bug a lot. You will also have a similar > problem with: > > \fontsize{9}{11} > > becoming > > \fontsize{9}\{11\} This error is unrelated to the other one, but it is also fixed now. - Carsten