[Orgmode] org-beamer outline

2010-09-08 Thread aditya siram
Hi all,
I am wondering how to get an outline in an org-beamer presentation.
Currently I have a structure that looks like:

#+TITLE: My Title
#+AUTHOR: Me
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
%4BEAMER_col(Col) %8BEAMER_extra(Extra)
* Presentation
** Slide 1
** Slide 2
** Slide 3
** Slide 4 ...

The outline slide contains only Presentation. Is there someway to
break up the presentation so that slides 1  2 are a sub-topic and 3 
4 are another?
-deech

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-beamer Outline Slide

2010-03-22 Thread Nurullah Akkaya
Hi,

I have been through the archives, but I can not seem to find an option to
remove the Outline slide from the pdf that org-beamer generates.

Is it possible to tell org-beamer to not create a TOC slide?

Thanks...
--
Nurullah Akkaya
http://nakkaya.com


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-beamer Outline Slide

2010-03-22 Thread Eric S Fraga
On Mon, 22 Mar 2010 23:49:19 +0200, Nurullah Akkaya nurul...@nakkaya.com 
wrote:
 
 Hi,
 
 I have been through the archives, but I can not seem to find an option to
 remove the Outline slide from the pdf that org-beamer generates.
 
 Is it possible to tell org-beamer to not create a TOC slide?
 
 Thanks...
 --
 Nurullah Akkaya
 http://nakkaya.com
 
 
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Do you have a line for org setup that looks like this:

#+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t :t

if so, make sure that toc:nil is there instead of toc:t; if not,
you need such a line as the default is to include the table of
contents, I believe.  You can create the default setup lines by C-c
C-e t (org-export and option t for inserting the org-export template).

HTH.


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-beamer Outline Slide

2010-03-22 Thread Nurullah Akkaya
On Tue, Mar 23, 2010 at 1:03 AM, Eric S Fraga ucec...@ucl.ac.uk wrote:
 On Mon, 22 Mar 2010 23:49:19 +0200, Nurullah Akkaya nurul...@nakkaya.com 
 wrote:

 Hi,

 I have been through the archives, but I can not seem to find an option to
 remove the Outline slide from the pdf that org-beamer generates.

 Is it possible to tell org-beamer to not create a TOC slide?

 Thanks...
 --
 Nurullah Akkaya
 http://nakkaya.com


 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

 Do you have a line for org setup that looks like this:

 #+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t :t

 if so, make sure that toc:nil is there instead of toc:t; if not,
 you need such a line as the default is to include the table of
 contents, I believe.  You can create the default setup lines by C-c
 C-e t (org-export and option t for inserting the org-export template).

 HTH.


Eric,

Thanks that worked.

--
Nurullah Akkaya
http://nakkaya.com


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode