From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: dates in heading break beamer export Date: Sun, 29 Sep 2013 16:53:14 +0200 Message-ID: <87bo3bwug5.fsf@gmail.com> References: <524801E3.7040709@toel.it> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQIMy-0004Dc-9F for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 10:53:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQIMs-0005Bw-NG for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 10:53:12 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:44330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQIMs-0005Bo-FP for emacs-orgmode@gnu.org; Sun, 29 Sep 2013 10:53:06 -0400 Received: by mail-we0-f178.google.com with SMTP id u57so4592883wes.9 for ; Sun, 29 Sep 2013 07:53:05 -0700 (PDT) In-Reply-To: <524801E3.7040709@toel.it> (Daniele Pizzolli's message of "Sun, 29 Sep 2013 12:33:07 +0200") 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: Daniele Pizzolli Cc: emacs-orgmode Hello, Daniele Pizzolli writes: > Dates in org-format in heading break the beamer export: > > Minimal case: > > #+OPTIONS: H:3 > * title [2013-09-29 Sun] > ** section > *** frame > text > > Result for beamer export: > > org-latex-compile: PDF file ./beamer-bug-date.pdf wasn't produced: > [undefined control sequence] Runaway argument It's a LaTeX Beamer problem: it doesn't like \section{title \textit{[2013-09-29 Sun]}} produced by Org, although regular LaTeX accepts it. Do you know about a workaround for this? Regards, -- Nicolas Goaziou