emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Changing title for outline


From: Nick Dokos
Subject: Re: [O] Changing title for outline
Date: Fri, 31 Jan 2014 22:32:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Erich Neuwirth <address@hidden> 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 <address@hidden> wrote:
>
>> Erich Neuwirth <address@hidden> 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 <address@hidden> wrote:
>>> 
>>>    setq org-beamer-outline-frame-title "Themen"))
>>> 
>> 
>> You can set it as a file-local variable. See
>> 
>>     (info "(emacs)File variables")
>> 
>> -- 
>> Nick
>> 
>> 
>

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]