org-collector: don't include tags in collected headlines

Thanks to d.tchin for bringing this issue to light

* contrib/lisp/org-collector.el (org-propview-collect): don't include
  tags in collected headlines
This commit is contained in:
Eric Schulte 2010-07-23 09:36:17 -07:00
parent ea0563e642
commit 6b5cf346ae
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ variables and values specified in props"
;; collect the properties from every header
(let* ((header-props
(let ((org-trust-scanner-tags t))
(org-map-entries (quote (cons (cons "ITEM" (org-get-heading))
(org-map-entries (quote (cons (cons "ITEM" (org-get-heading t))
(org-entry-properties)))
match scope)))
;; read property values