Re: [Orgmode] org-annotation-helper

2009-05-04 Thread Sebastian Rose
Hi Thiery, this is a problem of HTML. HTML has no linebreaks (or better: they are ignored). Since the browser doesn't know about the linebreaks, you simple get one line of text. Only lists are send with linebreaks it seems. For normal text this is no problem, just press `M-q' and everything i

[Orgmode] org-annotation-helper

2009-05-03 Thread thierry . volpiatto
Hi all, I use org-annotation-helper.el with firefox. When i have a region with multilines marked in firefox and i use remember, the region is sended to emacs but on one line (the newlines are removed). Somebody know how to fix that? Thanks. -- A + Thierry Volpiatto Location: Saint-Cyr-Sur-Mer -

Re: [Orgmode] org-annotation-helper

2008-09-06 Thread Christopher Suckling
On Thu, Sep 04, 2008 at 04:06:28PM -0500, Robert Goldman wrote: > Has anyone managed to get org-annotation-helper to work with Firefox 3 > on Mac OSX Leopard? I've got something even nicer almost up and running, assuming you like Quicksilver; assorted scripts to insert links and remember notes fr

[Orgmode] org-annotation-helper

2008-09-06 Thread Robert Goldman
Has anyone managed to get org-annotation-helper to work with Firefox 3 on Mac OSX Leopard? I'm asking because I have the shell script in, working with emacs and remember (from the shell), but when I try to invoke the remember links from Firefox I get only the "protocol (remember) isn't associated

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Richard G Riley
"Peter Westlake" <[EMAIL PROTECTED]> writes: > On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" > <[EMAIL PROTECTED]> said: >> >> caveat : I do not know if this is optimal or even recommended but it now >> works for me. >> >> I have modified the code a little to remove hex from the actual l

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Peter Westlake
On Mon, 1 Sep 2008 13:27:18 +0200, "Carsten Dominik" <[EMAIL PROTECTED]> said: > > On the subject of org-annotation-helper, the code has this comment > > about %a: > > > >> | ;; FIXME can't access %a in the template -- how to set > >> annotation? (raise-frame) > > > > While I was trying to

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Carsten Dominik
On Sep 1, 2008, at 1:20 PM, Peter Westlake wrote: On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" <[EMAIL PROTECTED]> said: caveat : I do not know if this is optimal or even recommended but it now works for me. I have modified the code a little to remove hex from the actual link.

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Peter Westlake
On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" <[EMAIL PROTECTED]> said: > > caveat : I do not know if this is optimal or even recommended but it now > works for me. > > I have modified the code a little to remove hex from the actual link. > I > have "boxquoted" all code so you will need

Re: [Orgmode] org-annotation-helper

2008-08-31 Thread Richard G Riley
caveat : I do not know if this is optimal or even recommended but it now works for me. I have modified the code a little to remove hex from the actual link. I have "boxquoted" all code so you will need to remove that. firefox/iceweasel : To set up the bookmark link, simple create a new book mark

Re: [Orgmode] org-annotation-helper

2008-08-31 Thread Richard G Riley
I have found that the released code is wrong. I got it working for a short while by following the instructions at the following link but tiny little issues like the formatting of the javascript cause some cut and paste issues and can easily break the system. In addition, when I create my remember

Re: [Orgmode] org-annotation-helper

2008-08-30 Thread Nick Dokos
Richard G Riley <[EMAIL PROTECTED]> wrote: > > Can someone please confirm they have org-annotation-helper working with > Firefox/Iceweasel 3? I have not been able to get org-annotation-helper working at all w/Firefox 3. I get an unhandled exception in Javascript at the browser, don't know why:

[Orgmode] org-annotation-helper

2008-08-30 Thread Richard G Riley
Can someone please confirm they have org-annotation-helper working with Firefox/Iceweasel 3? If I type "remember://hello" in the address bar it works fine. If, however I click my bookmark with the following as the location then I get "about:blank" as the embedded link in my new remember buffer:

[Orgmode] org-annotation-helper and gmail

2008-06-13 Thread Alan E. Davis
Hello Danie (and list)l: When I use the annotation button on selected text in a gmail tab on firefox3, gmail blanks out. An org-remember buffer is opened; however the text is not inserted into the buffer. Is this a general "feature" of org-annotation-helper vis-a-vis Gmail, or something particul

Re: [Orgmode] org-annotation-helper

2008-05-19 Thread Carsten Dominik
On May 18, 2008, at 11:38 PM, John Rakestraw wrote: Hi Dan, Carsten, Alan and others -- Dan, thanks for following up on this. Carsten, I'm happy to have this added to the contrib/lisp directory. However, I really shouldn't be listed in the code as an author. Fixed, thanks. - Carsten Bas

Re: [Orgmode] org-annotation-helper

2008-05-18 Thread John Rakestraw
Hi Dan, Carsten, Alan and others -- Dan, thanks for following up on this. Carsten, I'm happy to have this added to the contrib/lisp directory. However, I really shouldn't be listed in the code as an author. Bastien did the initial adaptations of the code from the emacs-planner list. I sent it to

Re: [Orgmode] org-annotation-helper

2008-05-17 Thread Carsten Dominik
Hi, I have now added this file to the contrib/lisp directory. If any of the authors does not agree with thi, please let me know. - Carsten On May 17, 2008, at 2:16 AM, Daniel M German wrote: hi everybody, I took the liberty of updating the elisp file that John Rakestraw sent last week. I (t

[Orgmode] org-annotation-helper

2008-05-16 Thread Daniel M German
hi everybody, I took the liberty of updating the elisp file that John Rakestraw sent last week. I (think) have improved a bit and the description should be easier to follow. I have also made it possible to insert the selected text into the current buffer (the code was there, I just had to grab it