emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] limiting export by category, tag or property


From: Patrick Drechsler
Subject: [Orgmode] limiting export by category, tag or property
Date: Mon, 16 Jul 2007 03:28:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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)






reply via email to

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