emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Changing title for outline
Date: Fri, 31 Jan 2014 22:32:26 -0500	[thread overview]
Message-ID: <87d2j74iet.fsf@gmail.com> (raw)
In-Reply-To: C6F3C537-0B7D-4F6C-AE3B-C0A66296FA5C@univie.ac.at

Erich Neuwirth <erich.neuwirth@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 <ndokos@gmail.com> wrote:
>
>> Erich Neuwirth <erich.neuwirth@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-news@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

  reply	other threads:[~2014-02-01  3:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 11:09 Changing title for outline Erich Neuwirth
2014-01-30 11:13 ` Bastien
2014-01-30 11:14 ` Sebastien Vauban
2014-01-31 14:58   ` Erich Neuwirth
2014-02-01  0:41     ` Nick Dokos
2014-02-01  2:35       ` Erich Neuwirth
2014-02-01  3:32         ` Nick Dokos [this message]
2014-02-01  8:23         ` Bastien
2014-02-02  9:39           ` Erich Neuwirth
2014-02-02 11:41             ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d2j74iet.fsf@gmail.com \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).