瀏覽代碼

Document indented for org-tags-match-list-sublevels

Thanks to Samuel Wales.
Bastien Guerry 15 年之前
父節點
當前提交
1821a9126d
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 2 0
      lisp/ChangeLog
  2. 3 0
      lisp/org.el

+ 2 - 0
lisp/ChangeLog

@@ -3,6 +3,8 @@
 	* org.el (org-special-ctrl-a/e): Explicitely bind the value
 	'reversed for this option to the "true line boundary first"
 	behavior.
+	(org-tags-match-list-sublevels): Document the 'indented value for
+	this variable.
 
 	* org-latex.el (org-export-latex-first-lines): Fix problem with
 	publishing the region.

+ 3 - 0
lisp/org.el

@@ -2322,6 +2322,9 @@ see the variable `org-use-tag-inheritance'."
 This variable applies to tags/property searches, and also to stuck
 projects because this search is based on a tags match as well.
 
+When set to the symbol `indented', sublevels are indented with
+leading dots.
+
 Because of tag inheritance (see variable `org-use-tag-inheritance'),
 the sublevels of a headline matching a tag search often also match
 the same search.  Listing all of them can create very long lists.