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 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 > >