emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org beamer newb TOC problem
@ 2014-04-15 14:51 Neal Becker
  2014-04-17 10:11 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Becker @ 2014-04-15 14:51 UTC (permalink / raw)
  To: emacs-orgmode

I'm just learning about org mode, although I've used both emacs and beamer for 
many years.

In my first attempt, I get a frame 'Contents', which is blank.  I tried various 
options, but never get anything but a blank 'Contents'.

Here is an attempt:

#+TITLE: A Test
#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) 
%8BEAMER_opt(Opt)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
#+latex_header: \newcommand{\lyxdot}{.}

* First topic
- Of course, it would be a bullet chart

* Second topic
#+ATTR_LaTeX: :height 0.8\textheight
[[../hn-inroute-fixed/stuff\lyxdot 2014-04-14.pdf]]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org beamer newb TOC problem
  2014-04-15 14:51 org beamer newb TOC problem Neal Becker
@ 2014-04-17 10:11 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-04-17 10:11 UTC (permalink / raw)
  To: Neal Becker; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Hi Neal,

Neal Becker <ndbecker2@gmail.com> writes:

> I'm just learning about org mode, although I've used both emacs and beamer for 
> many years.
>
> In my first attempt, I get a frame 'Contents', which is blank.  I tried various 
> options, but never get anything but a blank 'Contents'.

You need to tweak the #+OPTION line to include numerical headlines and
specify the correct H: parameter.

#+OPTIONS: h:2 toc:t num:t

would do.

See the attached example.


[-- Attachment #2: beamer_toc.org --]
[-- Type: application/vnd.lotus-organizer, Size: 415 bytes --]

[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-17 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 14:51 org beamer newb TOC problem Neal Becker
2014-04-17 10:11 ` Bastien

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