Re: [O] org-refile failing

2012-09-12 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Didn't somebody else run into a refiling problem earlier today? The refile interface didn't really change in 7.9 -- but if there is anything weird, let's fix it. -- Bastien

Re: [O] org-refile failing

2012-09-12 Thread Bastien
Marcelo de Moraes Serpa celose...@gmail.com writes: Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed installation! /Applications/Emacs.app/Contents/Resources/lisp/org/ and /Users/fullofcaffeine/.emacs.d/vendor/org/lisp/) (Check the mixed installation! warning above, it means you

Re: [O] org-refile failing

2012-09-06 Thread Brian van den Broek
On 5 Sep 2012 19:59, Marcelo de Moraes Serpa celose...@gmail.com wrote: Sorry Bastien, should have included it before. Emacs: GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org Org: Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed

Re: [O] org-refile failing

2012-09-06 Thread Marcelo de Moraes Serpa
HI Nick, Looks like the 0 was causing the issue. Changing it to any non-zero value solves it. I don't remember how it ended up there though - I might have setup it by accident. Thanks! - Marcelo. On Thu, Sep 6, 2012 at 1:53 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: On 5

[O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Hi guys, When trying to run org-refile on an org entry, I'm getting the following error: while: Invalid regexp: Invalid content of \\{\\} Any ideas? Cheers, - Marcelo.

Re: [O] org-refile failing

2012-09-05 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: When trying to run org-refile on an org entry, I'm getting the following error: while: Invalid regexp: Invalid content of \\{\\} Can you give us your Org version, your Emacs version and a recipe to reproduce this problem?

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Sorry Bastien, should have included it before. Emacs: GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org Org: Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed installation! /Applications/Emacs.app/Contents/Resources/lisp/org/ and

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Here's the backtrace (debug-on-error set to t): debugger entered--Lisp error: (invalid-regexp Invalid content of \\{\\}) re-search-forward(^\\*\\{1,0\\}[ ] nil t) (while (re-search-forward descre nil t) (goto-char (setq pos0 ...)) (catch (quote next) (when org-refile-target-verify-function

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: When trying to run org-refile on an org entry, I'm getting the following error: while: Invalid regexp: Invalid content of \\{\\} Can you give us your Org version, your Emacs version and

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: Here's the backtrace (debug-on-error set to t): Thanks for that! I sent mail requesting the same just a second before I got your mail, so I was wondering if the speed of light limit had been violated, but I guess not :-) Looks like the

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Hi Nick, thanks for the reply. I don't remember customizing the org-refile-targets var. When I evaluate it, I get the following: ((org-agenda-files :maxlevel . 0)) - Marcelo. On Wed, Sep 5, 2012 at 7:57 PM, Nick Dokos nicholas.do...@hp.com wrote: Marcelo de Moraes Serpa celose...@gmail.com

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi Nick, thanks for the reply. I don't remember customizing the org-refile-targets var. When I evaluate it, I get the following: ((org-agenda-files :maxlevel . 0)) You must have customized it since the original value is nil. I have