* Org-refile error - wrong # of arguments
@ 2017-02-26 7:53 Jay Iyer
2017-02-26 9:07 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Jay Iyer @ 2017-02-26 7:53 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]
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)
[-- Attachment #2: Type: text/html, Size: 1787 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org-refile error - wrong # of arguments
2017-02-26 7:53 Org-refile error - wrong # of arguments Jay Iyer
@ 2017-02-26 9:07 ` Nicolas Goaziou
2017-02-26 18:47 ` Jay Iyer
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-02-26 9:07 UTC (permalink / raw)
To: Jay Iyer; +Cc: emacs-orgmode
Hello,
Jay Iyer <jayiyer09@gmail.com> writes:
> 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))
This code doesn't exist in actual code base. You may be experiencing
a side-effect of a mixed installation. If that is the case, you can try
to update Org in an otherwise clean environment (i.e., no other Org
loaded whatsoever).
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Org-refile error - wrong # of arguments
2017-02-26 9:07 ` Nicolas Goaziou
@ 2017-02-26 18:47 ` Jay Iyer
0 siblings, 0 replies; 3+ messages in thread
From: Jay Iyer @ 2017-02-26 18:47 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
Thanks a lot. There was some leftover code in my .init file that caused
this weirdness and all is functional now.
I appreciate your prompt response.
-jay
On Sun, Feb 26, 2017 at 1:07 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> Jay Iyer <jayiyer09@gmail.com> writes:
>
> > 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))
>
> This code doesn't exist in actual code base. You may be experiencing
> a side-effect of a mixed installation. If that is the case, you can try
> to update Org in an otherwise clean environment (i.e., no other Org
> loaded whatsoever).
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 1976 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-26 18:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 7:53 Org-refile error - wrong # of arguments Jay Iyer
2017-02-26 9:07 ` Nicolas Goaziou
2017-02-26 18:47 ` Jay Iyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.