From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Changing title for outline Date: Fri, 31 Jan 2014 22:32:26 -0500 Message-ID: <87d2j74iet.fsf@gmail.com> References: <50722CE5-E16D-4F6D-BD86-34AD573428A9@univie.ac.at> <86y51xhgbu.fsf@somewhere.org> <3C06604D-A5FC-4DFC-901A-8EA6BEBFC1A4@univie.ac.at> <87fvo34qc1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9RJz-0006Qe-Ub for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 22:32:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9RJu-000189-HY for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 22:32:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:50877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9RJu-000178-AG for emacs-orgmode@gnu.org; Fri, 31 Jan 2014 22:32:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W9RJs-0007Lc-Oj for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 04:32:36 +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 04:32:36 +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 04:32:36 +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: > Suing this at the end of file > > #+ Local Variables: > #+ org-beamer-outline-frame-title: "Themen" > #+ End: > > > Brings up a prompt about changing local variables, > but accepting the changes does still not produce the desired result. > The header line of the outline frame still is > Outline > Not for me. Here's an org file: --8<---------------cut here---------------start------------->8--- * Foo bar # Local Variables: # org-beamer-outline-frame-title: "Themen" # End: --8<---------------cut here---------------end--------------->8--- Here's the tex file - as you can see the frame title is indeed "Themen": % Created 2014-01-31 Fri 22:29 \documentclass[presentation]{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \usepackage{minted} \usetheme{default} \author{Nick Dokos} \date{\today} \title{themen} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 24.3.50.2 (Org mode 8.2.5g)}} \begin{document} \maketitle \begin{frame}{Themen} \tableofcontents \end{frame} \begin{frame}[label=sec-1]{Foo} bar \end{frame} % Emacs 24.3.50.2 (Org mode 8.2.5g) \end{document} > > > > On Feb 1, 2014, at 1:41 AM, Nick Dokos wrote: > >> 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 >> >> > -- Nick