branch: externals-release/org commit fa99e9cfe43d5ec119a5b874181fb422eb0311a9 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-refile-targets: Fix :type specification Reported-by: Omar AntolĂn Camarena <o...@matem.unam.mx> Link: https://orgmode.org/list/877c3udya6....@matem.unam.mx --- lisp/org-refile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-refile.el b/lisp/org-refile.el index 4b31b63d81..14437ca53a 100644 --- a/lisp/org-refile.el +++ b/lisp/org-refile.el @@ -104,7 +104,7 @@ are used, equivalent to the value `((nil . (:level . 1)))'." (choice :value org-agenda-files (const :tag "All agenda files" org-agenda-files) (const :tag "Current buffer" nil) - (function) (variable) (file)) + (function) (variable) (file) (repeat (file))) (choice :tag "Identify target headline by" (cons :tag "Specific tag" (const :value :tag) (string)) (cons :tag "TODO keyword" (const :value :todo) (string))