Hi, since this morning I have been running into a (wrong-number-of-arguments (0 . 1) 2) error while re-filing. This is new behavior, the Mac setup is unchanged, and I am unable to find a solution so I am hoping you can point me in the right direction to fix this. The backtrace is pasted below. Thanks, -jay >>>>>>>>>>> Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 1) 2) org-refile-get-targets(nil nil) (setq org-refile-target-table (org-refile-get-targets default-buffer excluded-entries)) (let ((org-refile-targets org-refile-targets) (org-refile-use-outline-path org-refile-use-outline-path) excluded-entries) (if (and (derived-mode-p (quote org-mode)) (not org-refile-use-cache) (not no-exclude)) (progn (org-map-tree (function (lambda nil (setq excluded-entries (append excluded-entries ...))))))) (setq org-refile-target-table (org-refile-get-targets default-buffer excluded-entries))) org-refile-get-location("Refile subtree \"Heading 3a\" to" nil confirm) org-refile(nil) funcall-interactively(org-refile nil) call-interactively(org-refile nil nil) command-execute(org-refile)