From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Changing title for outline Date: Fri, 31 Jan 2014 19:41:18 -0500 Message-ID: <87fvo34qc1.fsf@gmail.com> References: <50722CE5-E16D-4F6D-BD86-34AD573428A9@univie.ac.at> <86y51xhgbu.fsf@somewhere.org> <3C06604D-A5FC-4DFC-901A-8EA6BEBFC1A4@univie.ac.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9OeP-0001P5-PR for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 19:41:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9OeK-0007zu-1I for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 19:41:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:45019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9OeJ-0007zq-Qs for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 19:41:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W9OeI-00049a-8M for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 01:41:30 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 01:41:30 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Feb 2014 01:41:30 +0100 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 Erich Neuwirth writes: > Is there a way of putting this into the document itself? > > I tried > > #+begin_src emacs-lisp :results value > (setq org-beamer-outline-frame-title "Themen") > #+end_src > > before any of the text of the document, and this did not work! > > On Jan 30, 2014, at 12:14 PM, Sebastien Vauban wrote: > > setq org-beamer-outline-frame-title "Themen")) > You can set it as a file-local variable. See (info "(emacs)File variables") -- Nick