From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Pizzolli Subject: Re: Bug: dates in heading break beamer export Date: Mon, 30 Sep 2013 18:02:51 +0200 Message-ID: <5249A0AB.7080408@toel.it> References: <524801E3.7040709@toel.it> <87bo3bwug5.fsf@gmail.com> <20130929172751.4644b537@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQfwK-0002a9-00 for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 12:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQfwB-00013w-Kq for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 12:03:15 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQfwB-00012d-Ez for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 12:03:07 -0400 Received: from mfilter9-d.gandi.net (mfilter9-d.gandi.net [217.70.178.138]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id E36A0172095 for ; Mon, 30 Sep 2013 18:02:55 +0200 (CEST) Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter9-d.gandi.net (mfilter9-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id UGnnnVH0R+T5 for ; Mon, 30 Sep 2013 18:02:54 +0200 (CEST) Received: from [10.0.0.235] (host159-38-static.38-79-b.business.telecomitalia.it [79.38.38.159]) (Authenticated sender: me@toel.it) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 017BD1720AF for ; Mon, 30 Sep 2013 18:02:52 +0200 (CEST) In-Reply-To: <20130929172751.4644b537@aga-netbook> 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: emacs-orgmode@gnu.org On 09/29/2013 05:27 PM, Marcin Borkowski wrote: > Dnia 2013-09-29, o godz. 16:53:14 > Nicolas Goaziou: [] >> 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? Not really. > This is really a workaround: put a \protect before \textit. Or why not drop \textit? > In general, putting formatting commands in \section title etc., even if > not erroneous, is considered a bad practice. But org-mode allow this! I think that if something is allowed in org-mode syntax but not by the underlining tools used for export, the exporter should take care to find a suitable workaround. I just found that the same problem (work in latex, does not work in beamer) exists for footnotes in header! A feature request would be to have some checks on org files a la flymake, at least for common potential sources of problems that usually break the export like: - missing two empty lines after footnotes - missing empty line after RESULTS: - =string=[footnote] Maybe something already exists and I am simply not aware. Regards, Daniele