Erich Neuwirth <erich.neuwi...@univie.ac.at> 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 <ndo...@gmail.com> wrote: > >> Erich Neuwirth <erich.neuwi...@univie.ac.at> 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 <sva-n...@mygooglest.com> >>> wrote: >>> >>> setq org-beamer-outline-frame-title "Themen")) >>> >> >> You can set it as a file-local variable. See >> >> (info "(emacs)File variables") >> >> -- >> Nick >> >> > -- Nick