From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Iyer Subject: Org-refile error - wrong # of arguments Date: Sat, 25 Feb 2017 23:53:03 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114c568cad155305496a40cd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chtdj-00023U-BX for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 02:53:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chtdi-0001BZ-D2 for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 02:53:07 -0500 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:34113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1chtdi-0001B0-7h for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 02:53:06 -0500 Received: by mail-qk0-x230.google.com with SMTP id s186so59194176qkb.1 for ; Sat, 25 Feb 2017 23:53:04 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --001a114c568cad155305496a40cd Content-Type: text/plain; charset=UTF-8 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) --001a114c568cad155305496a40cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi, since this morning I have been running into a=C2=A0(wrong-n= umber-of-arguments (0 . 1) 2) error while re-filing.=C2=A0 This is new beha= vior, the Mac setup is unchanged, and I am unable to find a solution so I a= m hoping you can point me in the right direction to fix this.=C2=A0 The bac= ktrace is pasted below.=C2=A0 Thanks, -jay

>>>>>>>= ;>>>>
Debugger entered--Lisp error= : (wrong-number-of-arguments (0 . 1) 2)
= =C2=A0 org-refile-get-targets(nil nil)
= =C2=A0 (setq org-refile-target-table (org-refile-get-targets default-buffer= excluded-entries))
=C2=A0 (let ((org-ref= ile-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 (functio= n (lambda nil (setq excluded-entries (append excluded-entries ...))))))) (s= etq org-refile-target-table (org-refile-get-targets default-buffer excluded= -entries)))
=C2=A0 org-refile-get-locatio= n("Refile subtree \"Heading 3a\" to" nil confirm)
=
=C2=A0 org-refile(nil)
=C2=A0 funcall-interactively(org-refile nil)
=C2=A0 call-interactively(org-refile nil nil)
=C2=A0 command-execute(org-refile)
--001a114c568cad155305496a40cd--