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 want to use M-x remember without defining templates.

 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 templates work.

Since Daniel sent a backtrace, don't take the hassle, I'm sure the
solution is not that far.

Thanks for your help,

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 one explain what this means.

This is hard to guess.  Can you provide more information?  

- version numbers of Org/Remember/Emacs
- relevant parts of your Org/Remember setup
- a backtrace

To get a backtrace, turn on debugging in Emacs: 

  (setq debug-on-error t)

Thanks,

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-export-latex broken in Emacs

2007-11-16 Thread Bastien
Leo [EMAIL PROTECTED] writes:

 The file org-export-latex.el included with Emacs CVS head is broken.

 ,
 | Debugger entered--Lisp error: (wrong-type-argument stringp nil)
 |   file-name-nondirectory(nil)
 |   org-export-as-latex(nil nil nil *Org LaTeX Export* nil)
 |   org-export-region-as-latex(16465 16952 nil)
 |   call-interactively(org-export-region-as-latex)
 |   execute-extended-command(nil)
 |   call-interactively(execute-extended-command)
 `

Thanks.  This will be fixed when we will check in the next release. 

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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.  Not sure this is relevant here
though. 

 ** My configuration
 GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, multi-tty) of 2007-09-05

 org 5.11

Would you mind testing if this error occurs in latest Org?

Thanks for your help,

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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-template)

 ... Please copy correct excerpts of code, this could be confusing for
 other
 users: (add-hook 'remember-mode-hook 'org-remember-apply-template)

 And no, I don't think the error comes from this.

 `org-remember-apply-template' is a function that prepares the remember
 buffer *before* the user write into it.  Your problem occurs when you
 try to send the remember annotation through `org-remember-handler'
 (which is called by C-c C-c in the remember buffer.)

 Thanks for your help!

 --
 Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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-hook 'org-remember-apply-template)

And no, I don't think the error comes from this.

`org-remember-apply-template' is a function that prepares the remember
buffer *before* the user write into it.  Your problem occurs when you
try to send the remember annotation through `org-remember-handler'
(which is called by C-c C-c in the remember buffer.)

Thanks for your help!

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 mean with „not being in org-mode?
The error appears even if the file is open at that time. The file
 I'm trying to use is even part of the agenda.

Sorry I was not clear.  

I mean that `org-remember-handler' checks whether the target file is in
a buffer with org-mode as its major-mode and that `org-remember-handler'
this check seems wrong to me.  

But again, this might not be related to the error Graham reported.

 Would you mind testing if this error occurs in latest Org?

It appears also with 5.13i, with the same backtrace.

Thanks.  I'll have a look later, or Carsten will fix this in the
meanwhile.

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 templates work.

Graham





On 16/11/2007, Bastien [EMAIL PROTECTED] wrote:

 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 one explain what this means.

 This is hard to guess.  Can you provide more information?

 - version numbers of Org/Remember/Emacs
 - relevant parts of your Org/Remember setup
 - a backtrace

 To get a backtrace, turn on debugging in Emacs:

   (setq debug-on-error t)

 Thanks,

 --
 Bastien


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2007-11-16 Thread Andrew J. Korty
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 one explain what this means.

I had this problem, and I think I fixed it by moving %a from the end of
my org-remember-templates to the beginning.  My templates used to look
something like

  * TODO %?
%U
%a

Now I use

  * TODO %? %a
%U

which fixed the bug.  Plus I like it better anyway.

Iirc, the problem arose when %a was empty.

-- 
Andrew J. Korty, Deputy Information Security Officer
Office of the Vice President for Information Technology and CIO
Indiana University


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2007-11-16 Thread Graham Smith
Andrew,

As you will see, I now have this fixed. I did rewrite the template code so
it matched the most recent version of the manual - but not sure what I did
different.

But its working - which is good.

Thanks,

Graham

On 16/11/2007, Andrew J. Korty [EMAIL PROTECTED] wrote:

 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 one explain what this means.

 I had this problem, and I think I fixed it by moving %a from the end of
 my org-remember-templates to the beginning.  My templates used to look
 something like

   * TODO %?
 %U
 %a

 Now I use

   * TODO %? %a
 %U

 which fixed the bug.  Plus I like it better anyway.

 Iirc, the problem arose when %a was empty.

 --
 Andrew J. Korty, Deputy Information Security Officer
 Office of the Vice President for Information Technology and CIO
 Indiana University


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] File specific exporting of tags

2007-11-16 Thread Daniel J. Sinder
The documentation for org-export-with-tags mentions the file
specific tags option.  But, it should probably be added to 12.6.5
in the manual (I'm looking at manual version 5.13e).

Section 12.6.5 should also state the valid values, which as far as I
can tell are 't', 'nil', and 'not-in-toc'.

Dan


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] brand names in documentation

2007-11-16 Thread Nagarjuna G.
being my first mail to the list, I wish to congratulate the developers
for an excellent work.

a suggestion:  the documentation is perfect, but I do not like the use
of brandnames like 'Excel'.  please use spreadsheet application
instead.

-- 
Nagarjuna G.
http://www.gnowledge.org/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode