Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Bastien
"Daniel Clemente" <[EMAIL PROTECTED]> writes: >> Thanks for the information. I tried to dig this a bit, and found out >> that `org-remember-handler' was confused by the target file not being >> in org-mode, even if it is an org file. Not sure this is relevant here >> though. >> >What do you

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
It also happens if the target file doesn't exist. When the file exists, the result is that the old content of the file is deleted and the note appears anyway at the top. Luckily, the changes are not written to disk, and you can close the file and open with to see the old contents. _

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
> > Thanks for the information. I tried to dig this a bit, and found out > that `org-remember-handler' was confused by the target file not being > in org-mode, even if it is an org file. Not sure this is relevant here > though. > What do you mean with „not being in org-mode"? The error app

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Graham Smith
Bastien, Ah OK, and sorry about the code. Graham On 16/11/2007, Bastien <[EMAIL PROTECTED]> wrote: > > "Graham Smith" <[EMAIL PROTECTED]> writes: > > > I wonder if it could be related to the line in the Remember set up > > that has > > > > (add hook 'remember -mode-hook 'org-remember-apply-templ

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Bastien
"Graham Smith" <[EMAIL PROTECTED]> writes: > I wonder if it could be related to the line in the Remember set up > that has > > (add hook 'remember -mode-hook 'org-remember-apply-template) ... Please copy correct excerpts of code, this could be confusing for other users: (add-hook 'remember-mode-h

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Graham Smith
Bastien, Thats fine with me :-) I wonder if it could be related to the line in the Remember set up that has (add hook 'remember -mode-hook 'org-remember-apply-template) Which I just copied straight from the manual, I don't actually understand what this all does, but if this is calling a templat

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Bastien
"Graham Smith" <[EMAIL PROTECTED]> writes: > Since sending this message, I have set up the templates script (as in > the OrgMode 5.13e manual (but running 5.13i) in the .emacs file, and I > no longer get the error. Good! Hopefully Carsten will be able to digg this further, because people might w

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Bastien
"Daniel Clemente" <[EMAIL PROTECTED]> writes: > I provide more information, since I'm always getting this error. Thanks for the information. I tried to dig this a bit, and found out that `org-remember-handler' was confused by the target file not being in org-mode, even if it is an org file.

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Graham Smith
Bastien, Since sending this message, I have set up the templates script (as in the OrgMode 5.13e manual (but running 5.13i) in the .emacs file, and I no longer get the error. I can try and recreate the error out of interest, but I am happy that it seem fixed, and that I have grasped how the templ

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Daniel Clemente
g-subtree-clip-folded) (hide-subtree))) org-paste-subtree(2 #("* Fri Nov 16 16:27:05 2007 (provo)\n provo\n \n [[http://mail.google.com/mail/h/4frk72uipcox/%3Fv%3Dc&s%3Dl&l%3Dorgmode&th%3D1164913862243a78][Google Mail - Orgmode Invalid search bound (wrong side of point) using

Re: [Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Bastien
Hi Graham, "Graham Smith" <[EMAIL PROTECTED]> writes: > I have just set up Remember with Org mode (without the template set up), > when I use C-c C-c to save the entry, it gets saved to notes.org as it > should, but I also get an error: > > Invalid search bound (wrong side of point) > > Can some

[Orgmode] Invalid search bound (wrong side of point) using Remember

2007-11-16 Thread Graham Smith
I have just set up Remember with Org mode (without the template set up), when I use C-c C-c to save the entry, it gets saved to notes.org as it should, but I also get an error: Invalid search bound (wrong side of point) Can some one explain what this means. Many thanks, Graham _

Re: [Orgmode] invalid search bound

2007-03-14 Thread Carsten Dominik
On Mar 15, 2007, at 0:14, Sean Sieger wrote: When I find file 'income', which contains solely a table built in org-mode, I get Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") re-search-forward("^\\(?:\\*+\\)" # t) outline-map-region(#[nil " X I

[Orgmode] invalid search bound

2007-03-14 Thread Sean Sieger
When I find file 'income', which contains solely a table built in org-mode, I get Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") re-search-forward("^\\(?:\\*+\\)" # t) outline-map-region(#[nil " X… ___