From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Beamer frame with an empty title ? Date: Sat, 17 Nov 2012 17:09:46 +0100 Message-ID: <874nkonrcl.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZl1w-0001cN-7P for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:14:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZl1t-0007nA-5M for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:14:04 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:42875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZl1s-0007my-Ul for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:14:01 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so1482899wgb.30 for ; Sat, 17 Nov 2012 08:14:00 -0800 (PST) In-Reply-To: (Fabrice Popineau's message of "Sat, 17 Nov 2012 16:57:09 +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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Hello, Fabrice Popineau writes: > Everything is in the question ... > > How to generate : > > \begin{frame}[label=...]{} > > \end{frame} > > It seems that org-requires a non-empty header. > > Thanks for any hint, Would a non-breaking space as the title work? Otherwise, you can define a dummy string, i.e. "NOTITLE", use that as the headline. Then, with the appropriate filter, you can change \begin{frame}[...]{NOTITLE} into \begin{frame}[...]{}. Regards, -- Nicolas Goaziou