From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Adding a BEAMER_HEADER_EXTRA tag, allows short titles, etc. Date: Tue, 10 Mar 2015 00:19:30 +0100 Message-ID: <87zj7l3gjh.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV6wN-00019g-9N for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 19:18:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YV6wK-0007KT-3J for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 19:18:27 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:47099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV6wJ-0007J8-Th for emacs-orgmode@gnu.org; Mon, 09 Mar 2015 19:18:24 -0400 In-Reply-To: (Matthew Gidden's message of "Mon, 9 Mar 2015 16:56:36 -0500") 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: Matthew Gidden Cc: emacs-orgmode Hello, Matthew Gidden writes: > I ran into the issue that many others have cited: an inability to add short > titles, etc. to org-mode-generated Beamer presentations [1, 2, 3]. This > patch allows such capability through a BEAMER_HEADER_EXTRA tag, which is > placed after title, author, etc., but before `\begin{document}`. Short > titles, for example, can now be added via > > ``` > #+BEAMER_HEADER_EXTRA: \title[A Short Title]{ \inserttitle } > ``` Thanks for the patch. BEAMER_HEADER_EXTRA is not a good name, as LATEX_HEADER_EXTRA means something entirely different. If it's just about short titles, we could add a BEAMER_SHORT_TITLE keyword. However what is in the "etc." above? Regards, -- Nicolas Goaziou