emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Filtering in export hooks


From: suvayu ali
Subject: [O] Filtering in export hooks
Date: Tue, 6 Sep 2011 10:49:36 +0200

Hi Orgers,

What is the recommended way to filter/select headlines I want to
preprocess in any of the export hooks? I have tried using tags like
this:

(let ((match "tag1|tag2"))
  (org-map-entries (lambda () (my-preprocess-function))
                   match))

But this only works when tags: is non-nil. Any hints on how I could
achieve something that "works always"?

Thanks for any response.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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