[Orgmode] Re: org-annotation-helper

2009-05-04 Thread thierry . volpiatto
Hi Sebastian!
Thank you for your answer.

Sebastian Rose sebastian_r...@gmx.de writes:

 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.

Yes i see now.

 Only lists are send with linebreaks it seems.

Which kind of lists?


 For normal text this is no problem, just press `M-q' and everything is
 fine (still anoying when copying source code though).

Yes the problem is for source code.




Sebastian


 thierry.volpia...@gmail.com writes:
 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.


 ___
 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


-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France



___
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: org-annotation-helper

2009-05-04 Thread Sebastian Rose
thierry.volpia...@gmail.com writes:
 Only lists are send with linebreaks it seems.

 Which kind of lists?


From Firefox I get bulleted lists in the form:

  * Here is the text of the first item
  * Second item...

And numbered lists:

  # first item
  # second item...


Hm - it's not that great :)


Regards,

  Sebastian




 For normal text this is no problem, just press `M-q' and everything is
 fine (still anoying when copying source code though).

 Yes the problem is for source code.




Sebastian


 thierry.volpia...@gmail.com writes:
 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.


 ___
 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


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


___
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: org-annotation-helper and gmail

2008-06-14 Thread Daniel M German


 Alan Hello Danie (and list)l:
 Alan When I use the annotation button on selected text in a gmail tab on 
firefox3,
 Alan gmail blanks out.  An org-remember buffer is opened; however the text is 
not
 Alan inserted into the buffer.  Is this a general feature of 
org-annotation-helper
 Alan vis-a-vis Gmail, or something particular to my own setup? 

wow, I got the same result (I use gnus to link to messages, so I haven't
tried this before). I get the title and the URL only.

The blanking of the screen is annonying. I am not sure how (and if) can
be fixed.

But I found that it is possible to just refresh the URL and you get back
to the page you were before.


-- 
--
Daniel M. German  
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .


___
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: org-annotation-helper

2008-05-20 Thread Daniel M German

  
  How do you use this ? when I call it it just opens up the remember
  buffer and asks me for a template. 

 John Right. If you have a remember template defined appropriately (Dan gives
 John an example of his in his code that you could use after very minor
 John modification), then the different elements of what you've snatched from
 John the web page (URL, page title, and text copied from the page) into
 John their proper place for filing away in the org file designated in the
 John template.

John is right. You need to read the org manual on templates, so you can
define your own.  It is imperative. the template specifies the data you
want to use (region == highlighted text, link is the URL + title). BTW,
I store the region is a temp buffer *org-ann* where you can get it
directly if needed (current region is the last use of the module). I
don't delete the previous copies (for debugging purposes now, but I'll
probably do it in the next release).


--dmg


-- 
--

http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .


___
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: org-annotation-helper

2008-05-19 Thread Cezar Halmagean

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

 One major change: i have replaced the separator from %1C to
 ::remember:: (the %1C never worked for me).

 Let me know if you have questions/problems. 

 http://turingmachine.org/~dmg/temp/org-annotation-helper.el

How do you use this ? when I call it it just opens up the remember
buffer and asks me for a template. 

Cezar



___
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