[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/ __

[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

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"

[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

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
Hi, I provide more information, since I'm always getting this error. ** My configuration GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, multi-tty) of 2007-09-05 org 5.11 (add-to-list 'load-path "~/.emacs.d/remember/") (require 'remember) (setq org-directory "~/org") (setq org-default-notes-file (con

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] 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-re