From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrej Depperschmidt Subject: add "joint work with" Date: Sat, 08 Jun 2013 20:25:03 +0200 Message-ID: <87vc5owjcw.fsf@uhland.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlNpB-0006Le-9k for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlNp6-0001WP-TF for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:25:13 -0400 Received: from mail-qe0-f42.google.com ([209.85.128.42]:46063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlNp6-0001Vs-Oz for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:25:08 -0400 Received: by mail-qe0-f42.google.com with SMTP id s14so3447482qeb.1 for ; Sat, 08 Jun 2013 11:25:07 -0700 (PDT) Received: from localhost (HSI-KBW-37-49-119-34.hsi14.kabel-badenwuerttemberg.de. [37.49.119.34]) by mx.google.com with ESMTPSA id j5sm9012813qan.7.2013.06.08.11.25.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 08 Jun 2013 11:25:06 -0700 (PDT) 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: emacs-orgmode@gnu.org Hello emacs-orgmode list! I am trying to prepare a talk using ox-beamer and am missing a function that I am used to. In beamer latex one can for example write \author[speaker]{speaker \\ joint work with second author and third author} Then I get my name and that of my coauthors on the titlepage. My name can then also appear (depending on the beamer theme) in the footnote on each slide. Is it possible to achieve this without exporting to latex and adjusting the corresponding entries there? I didn't find an answer on the list. Also in ox-beamer.el the corresponding section contains only entries with \author{...}, i.e. without square brackets. Would be nice to have an entry #+COAUTHOR: second author and third author that is then put in \author[second author and third author]{...} Or is there already something similar that I didn't find? Best regards, Andrej