[O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Moritz Ulrich

When I try to refile a TODO from from a sticky agenda, I get the
following error:

--8---cut here---start-8---
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  org-remove-subtree-entries-from-agenda()
  org-agenda-refile(nil)
  call-interactively(org-agenda-refile nil nil)
--8---cut here---end---8---

This happens in the latest release and the one before.


Cheers,
Moritz Ulrich

--
Moritz Ulrich



Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Bastien
Moritz Ulrich mor...@tarn-vedra.de writes:

 When I try to refile a TODO from from a sticky agenda, I get the
 following error:

 Debugger entered--Lisp error: (wrong-type-argument stringp nil)
   org-remove-subtree-entries-from-agenda()
   org-agenda-refile(nil)
   call-interactively(org-agenda-refile nil nil)

 This happens in the latest release and the one before.

Fixed, thanks a lot!

-- 
 Bastien



Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Moritz Ulrich

Bastien writes:

 Moritz Ulrich mor...@tarn-vedra.de writes:

 When I try to refile a TODO from from a sticky agenda, I get the
 following error:

 Debugger entered--Lisp error: (wrong-type-argument stringp nil)
   org-remove-subtree-entries-from-agenda()
   org-agenda-refile(nil)
   call-interactively(org-agenda-refile nil nil)

 This happens in the latest release and the one before.

 Fixed, thanks a lot!

Seems like `org-agenda-kill' is affected too:

--8---cut here---start-8---
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  org-remove-subtree-entries-from-agenda(#buffer todo.org 12186 12227)
  org-agenda-kill()
  call-interactively(org-agenda-kill nil nil)
--8---cut here---end---8---

Sorry for not noticing before!

--
Moritz Ulrich



Re: [O] org-sticky-agenda: Refiling broken

2012-08-26 Thread Bastien
Moritz Ulrich mor...@tarn-vedra.de writes:

 Seems like `org-agenda-kill' is affected too:

And `org-agenda-archive-with' too.

Both should be fixed now, thanks.

-- 
 Bastien