Hi,

what is a good way of excluding certain sections of a file from being
exported (similar to `C-c C-e v').

Can this be done by setting "category", "tag" or "property"?


Take this file:

--8<---------------cut here---------------start------------->8---
* info for all
  foo
* info for group
  bar
* info private
  <some tag that prevents exporting>
  bla
--8<---------------cut here---------------end--------------->8---

I would like to export everything except the section "info private".


Taking this idea a bit further: An export feature which is keyword
dependent would also be nice. Here is example:

--8<---------------cut here---------------start------------->8---
* info for all
  <export-tag: documentation>
  foo
* info for group
  <export-tag: todo-status=done>
  bar
* info private
  <export-tag: user=fred>
  bla
--8<---------------cut here---------------end--------------->8---

And then being able to create an export according to the tag.

WDYT?

Cheers,

Patrick 
-- 
Schwerer als Luft? Flugmaschinen sind unmöglich.
        -- Lord Kelvin, Präsident der Royal Society (1895)




_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to