Uwe Brauer <o...@mat.ucm.es> writes:

> Hello
>
> Is there a possiblity to hide text in a org file, such then it is not
> displayed (or does not appear) in the odt file, I generated using 
> org-odt-export-to-odt?

I'm not sure if I have misunderstood your question or not but you can
easily exclude whole subtrees from export by, for instance:

--8<---------------cut here---------------start------------->8---
#+title: The title
#+EXPORT_EXCLUDE_TAGS: noexport
  
* Introduction
  some text which will appear in the exported document.
* Private stuff      :noexport:
  this will never appear in the exported document.
--8<---------------cut here---------------end--------------->8---

Exporting this will include the first headline and contents but not the
second.  This is regardless of export target.  Is this what you wanted?

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-324-gb61ef4


Reply via email to