Hello,

Rasmus <ras...@gmx.us> 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’t 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,

-- 
Nicolas Goaziou

Reply via email to