From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] LaTeX command inside TITLE Date: Thu, 26 Dec 2013 12:30:08 +0100 Message-ID: <8738lf97en.fsf@gmail.com> References: <52B9D73D.4080106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw98X-0006Ze-0U for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vw98O-0004v3-3U for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:29:56 -0500 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:57767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw98N-0004uk-S2 for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:29:48 -0500 Received: by mail-we0-f179.google.com with SMTP id q59so7075920wes.24 for ; Thu, 26 Dec 2013 03:29:46 -0800 (PST) In-Reply-To: <52B9D73D.4080106@gmail.com> (Xavier Garrido's message of "Tue, 24 Dec 2013 19:49:33 +0100") 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: Xavier Garrido Cc: "emacs-orgmode@gnu.org" Hello, Xavier Garrido writes: > I just pull the latest git commit from orgmode and I face a strange > behavior when exporting orgmode document to LaTeX to PDF. Here is a very > minimal orgmode file > > #+BEGIN_SRC org > #+TITLE: Using \alpha or \beta in orgmode title > #+END_SRC > > when running emacs -q over this file and then doing M-x > org-latex-export-to-pdf, the generated LaTeX file does not wrap neither > the \alpha nor the \beta. Do I miss a recent (important) change to > handle such title ? This should now be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou