emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Beamer presentation in the document


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Beamer presentation in the document
Date: Thu, 24 Jun 2010 08:39:56 +0200


On Jun 21, 2010, at 11:46 AM, Sébastien Vauban wrote:

Hi all,

Sébastien Vauban wrote:
Sébastien Vauban wrote:
Sébastien Vauban wrote:
3. How can I easily switch between exporting:
  - the document, or
  - the slides?

  I guess I must use include/exclude tags?  Right?

To exclude the slides is done via:

#+EXPORT_EXCLUDE_TAGS: presentation


* Chapter 1

* Chapter 2

* Presentation :presentation:
 :PROPERTIES:
 :LaTeX_CLASS: beamer
 :LaTeX_CLASS_OPTIONS: [presentation,t]
 :BEAMER_FRAME_LEVEL: 1
 :BEAMER_HEADER_EXTRA: \usetheme{default}\usecolortheme{default}
:COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
 :END:

** Slide 1

** Slide 2


"To only get the slides" is equivalent to "to exclude the document"; so, one solution can be to tag all the chapters in my document, and exclude such tags.

This does not work properly, in fact. It is also related to my question #2:

2. How can I use a title, for the slides, different from the heading
  `Presentation'?

  You can see that my `TITLE' property gets ignored.

Doing the above way takes "Presentation :presentation:" as title (tag
included).

Does someone have a solution for being able to have another TITLE than the
headings for the presentation part?

Do the properties

EXPORT_TITLE
EXPORT_AUTHOR
EXPORT_DATE

work for this?

Cheers

- Carsten




reply via email to

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