From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Frame subtitles with org-e-beamer Date: Fri, 27 Jul 2012 13:30:51 +0200 Message-ID: <87ipd9zbis.fsf@gmail.com> References: <20120727013001.GA981@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuioK-0006SK-5h for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 07:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuioJ-00030S-97 for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 07:34:24 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:45797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuioJ-00030F-2j for emacs-orgmode@gnu.org; Fri, 27 Jul 2012 07:34:23 -0400 Received: by wibhm11 with SMTP id hm11so2293671wib.12 for ; Fri, 27 Jul 2012 04:34:21 -0700 (PDT) In-Reply-To: <20120727013001.GA981@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 27 Jul 2012 03:30:01 +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: Suvayu Ali Cc: Emacs Org mode Hello, Suvayu Ali writes: > In the old beamer backend it was possible to provide a subtitle by > having a headline like this: > > * Frame title \\ frame subtitle > > In the new exporter this feature seems to be missing. Can this be > added? I didn't include this "feature" because I wasn't comfortable with introducing a new syntax specific to one back-end only. It's just a matter of doing: --8<---------------cut here---------------start------------->8--- * Frame title #+BEAMER: \framesubtitle{subtitle} --8<---------------cut here---------------end--------------->8--- Otherwise, headlines could support a :BEAMER_SUBTITLE: property which would just do that. What do you think about it? Regards, -- Nicolas Goaziou