From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [patch] more Beamer properties Date: Wed, 21 Sep 2016 22:49:42 +0200 Message-ID: <87zin1j7vd.fsf@nicolasgoaziou.fr> References: <20160530103806.30cbddd9@asaru> <87fuszuclj.fsf@gmx.us> <20160530133335.45ad8693@asaru> <8737ozu5gv.fsf@gmx.us> <20160601104419.0a52f45e@asaru> <874m9dryrk.fsf@gmx.us> <20160602103705.298b0726@asaru> <87eg8fq5tc.fsf@gmx.us> <87fusg0wlm.fsf@saiph.selenimh> <87wpi5sdko.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmoSk-0001G7-5c for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 16:49:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmoSf-0003p6-Pt for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 16:49:48 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmoSf-0003o6-KZ for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 16:49:45 -0400 In-Reply-To: <87wpi5sdko.fsf@pank.eu> (rasmus@gmx.us's message of "Wed, 21 Sep 2016 13:21:43 +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" To: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: >> I think >> >> #+TITLEGRAPHICS: [[file:link.pdf]] >> >> would be cleaner. > > I dropped this. One might need to add attributes to the graphic. The > #+titlegraphics approach wouldn=E2=80=99t allow it. Well, wouldn't the following work? #+attr_beamer: :attribute1 value1 :attribute2 value2 #+TITLEGRAPHICS: [[file:link.pdf]] > + (:beamer-short-title "SHORT_TITLE" nil nil parse) > + (:beamer-short-subtitle "SHORT_SUBTITLE" nil nil parse) > + (:beamer-short-author "SHORT_AUTHOR" nil nil parse) > + (:beamer-short-date "SHORT_DATE" nil nil parse) > + (:beamer-institute "INSTITUTE" nil nil parse) > + (:beamer-short-institute "SHORT_INSTITUTE" nil nil parse) Per above, would the following be cleaner? #+attr_beamer: :short shortdate #+date: longdate Ditto for title, institute, author... Regards, --=20 Nicolas Goaziou