[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Beamer presentation in the document
From: |
Sébastien Vauban |
Subject: |
[Orgmode] Re: Beamer presentation in the document |
Date: |
Thu, 10 Jun 2010 10:36:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Hi,
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:
--8<---------------cut here---------------start------------->8---
#+EXPORT_EXCLUDE_TAGS: presentation
* Introduction
* Chapter 1
* Chapter 2
* Conclusion
* 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
--8<---------------cut here---------------end--------------->8---
"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.
Best regards,
Seb
--
Sébastien Vauban