Re: [O] Error because org-refile calls org-back-to-heading

2011-08-23 Thread Bastien
Matt Lundin writes: > Matt Lundin writes: > >> Since the commit c25165c25dc9fdb5b57b3c66b2e0ec0efdbeb7ad on August 18, >> I can only call this function when I am beneath the first level heading >> of an org-mode file. Otherwise I receive the following error: > > Here's a patch that allows one to

Re: [O] Error because org-refile calls org-back-to-heading

2011-08-22 Thread Matt Lundin
Matt Lundin writes: > Since the commit c25165c25dc9fdb5b57b3c66b2e0ec0efdbeb7ad on August 18, > I can only call this function when I am beneath the first level heading > of an org-mode file. Otherwise I receive the following error: Here's a patch that allows one to call (org-refile t) in a non o

[O] Error because org-refile calls org-back-to-heading

2011-08-22 Thread Matt Lundin
I use the following function to jump quickly to first level headings in my org mode files: --8<---cut here---start->8--- (defun my-org-global-goto () (interactive) (let ((org-completion-use-ido t) (org-outline-path-complete-in-steps nil) (org