emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-sparse-tree using Lisp predicate?


From: Reuben Garrett
Subject: Re: [O] org-sparse-tree using Lisp predicate?
Date: Mon, 18 Jan 2016 19:22:17 +0000

I think I figured it out. This contrived example is simplistic, but it does what I want:

(with-current-buffer "something.org"
  (org-scan-tags 'sparse-tree '(not (null (org-entry-get (point) "some_property"))) t))

Would be a nice built-in sibling for org-map-entries :)


reply via email to

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