From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Pizzolli Subject: Re: Bug: dates in heading break beamer export Date: Thu, 03 Oct 2013 17:59:16 +0200 Message-ID: <524D9454.4060604@toel.it> References: <524801E3.7040709@toel.it> <87bo3bwug5.fsf@gmail.com> <20130929172751.4644b537@aga-netbook> <5249A0AB.7080408@toel.it> <524BC196.8000700@toel.it> <87d2nnu6pp.fsf@gmail.com> <524C3D97.60705@toel.it> <8761tfu0ov.fsf@gmail.com> <524C4591.9020804@toel.it> <87zjqqo517.fsf@gmail.com> 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]:58696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRlJK-0007Hs-20 for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 11:59:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRlJA-0000QX-0q for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 11:59:29 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:48744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRlJ9-0000QM-Rt for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 11:59:19 -0400 Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 423B541C06B for ; Thu, 3 Oct 2013 17:59:18 +0200 (CEST) Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id ro0H4W3ZjSIr for ; Thu, 3 Oct 2013 17:59:16 +0200 (CEST) Received: from [10.22.172.190] (unknown [193.205.210.32]) (Authenticated sender: me@toel.it) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 7F1F841C09E for ; Thu, 3 Oct 2013 17:59:16 +0200 (CEST) In-Reply-To: <87zjqqo517.fsf@gmail.com> 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 10/03/2013 03:30 PM, Nicolas Goaziou wrote: > The following patch should protect some fragile commands in > a section-like structure. It is Beamer-only since general LaTeX back-end > doesn't seem to encounter these problems. > > Does it fix the problem? Hello Nicolas, yes, the problem is fixed both for dates and footnotes in sections, and should be fixed for any of: bold footnote-reference italic strike-through timestamp underline if I understand it correctly. Nice! I hope you plan to merge it. Thanks you, Daniele