From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: latex (beamer) export and short title Date: Fri, 06 Jul 2012 10:00:34 +0200 Message-ID: <87ipe11fq5.fsf@altern.org> References: <87d34dc8nz.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sn3SN-00080q-Di for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 04:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sn3SH-0000v7-0u for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 04:00:02 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:49797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sn3SG-0000v0-O7 for emacs-orgmode@gnu.org; Fri, 06 Jul 2012 03:59:56 -0400 Received: by wgbds1 with SMTP id ds1so6503181wgb.30 for ; Fri, 06 Jul 2012 00:59:54 -0700 (PDT) In-Reply-To: <87d34dc8nz.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Tue, 03 Jul 2012 14:48:32 +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: Andreas Leha Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas Leha writes: > Overriding org's setting of \title with > ,---- > | #+TITLE: long title > | #+latex_header: \title[short title]{long title} > `---- > does not work either, as org's setting gets into the tex later. There is no way to do this right now. >From what I've seen, \title[shorttitle]{title} is a beamerism, right? If so, we may hack something in the next Beamer export library without changing the LaTeX export library. -- Bastien