소스 검색

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
Eric Schulte 14 년 전
부모
커밋
6b5cf346ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-collector.el

+ 1 - 1
contrib/lisp/org-collector.el

@@ -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