From 9ab3d5554ef4c571f15280b2f7ac116136056ebc Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 4 Sep 2008 10:20:24 +0200 Subject: [PATCH] Document default for `org-refile-targets'. --- lisp/org.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index cdc9e3953..452c2e0cc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1248,7 +1248,10 @@ This is list of cons cells. Each cell contains: - a cons cell (:regexp . \"REGEXP\") with a regular expression matching headlines that are refiling targets. - a cons cell (:level . N). Any headline of level N is considered a target. - - a cons cell (:maxlevel . N). Any headline with level <= N is a target." + - a cons cell (:maxlevel . N). Any headline with level <= N is a target. + +When this variable is nil, all top-level headlines in the current buffer +are used, equivalent to the vlaue `((nil . (:level . 1))'." :group 'org-remember :type '(repeat (cons