From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [beamerposter] How do I suppress frame title? Date: Fri, 13 Apr 2012 10:51:56 +0200 Message-ID: References: <008801cd18d7$f1b30910$d5191b30$@us> <87fwc8jjk1.fsf@altern.org> <4F87C58D.5040705@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIcF0-00032m-9k for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 04:52:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIcEt-0004fx-Vx for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 04:52:25 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:62344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIcEt-0004fe-Md for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 04:52:19 -0400 Received: by bkwq16 with SMTP id q16so2664441bkw.0 for ; Fri, 13 Apr 2012 01:52:17 -0700 (PDT) In-Reply-To: <4F87C58D.5040705@gmx.us> 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: Mikhail Titov Cc: Bastien , emacs-orgmode@gnu.org Hi Mikhail, On Fri, Apr 13, 2012 at 08:19, Mikhail Titov wrote: > I just found a quick workaround - to use "* " that is asterisk followed > by a space. It still generates frame but does not insert any title. I > feel like it might be even a bug. But it works since it is the only > frame I have. > > I was trying to wrap frametitle (& subtitle) generation in org-beamer.el > into conditional like below but I failed miserably at it. > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(if (not (equal (cdr (ass= oc "BEAMER_env" props)) > "ignoreheading")) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(progn > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(cons "T" (if (string-mat= ch "\\S-" text) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"\n\= \frametitle{%s}" "")) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(cons "S" (if (string-mat= ch "\\\\\\\\" text) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"\n\= \framesubtitle{%s}" "")) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)) Your solution works, and I have used it before to get a backup slide marker saying just "bakup slides" in the centre before. But I think there can be a cleaner solution with pre/post-process hooks. For an example of such a hook with LaTeX export, see: Here I ignore headings for bibiliographies and appendices. Hope this helps. --=20 Suvayu Open source is the future. It sets us free.