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


_______________________________________________
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

Reply via email to