emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Re: org-annotation-helper
  2008-05-19 17:19   ` org-annotation-helper Cezar Halmagean
@ 2008-05-19 20:14     ` John Rakestraw
  2008-05-20  9:18       ` Daniel M German
  0 siblings, 1 reply; 6+ messages in thread
From: John Rakestraw @ 2008-05-19 20:14 UTC (permalink / raw)
  To: emacs-orgmode

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

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

HTH.

-- 
John Rakestraw

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: org-annotation-helper
  2008-05-19 20:14     ` org-annotation-helper John Rakestraw
@ 2008-05-20  9:18       ` Daniel M German
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel M German @ 2008-05-20  9:18 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* org-annotation-helper
@ 2009-05-03  9:50 thierry.volpiatto
  2009-05-04  9:43 ` org-annotation-helper Sebastian Rose
  0 siblings, 1 reply; 6+ messages in thread
From: thierry.volpiatto @ 2009-05-03  9:50 UTC (permalink / raw)
  To: emacs-orgmode

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 - France

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-annotation-helper
  2009-05-03  9:50 org-annotation-helper thierry.volpiatto
@ 2009-05-04  9:43 ` Sebastian Rose
  2009-05-04 12:04   ` org-annotation-helper thierry.volpiatto
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Rose @ 2009-05-04  9:43 UTC (permalink / raw)
  To: thierry.volpiatto; +Cc: emacs-orgmode

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 is
fine (still anoying when copying source code though).




   Sebastian


thierry.volpiatto@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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-annotation-helper
  2009-05-04  9:43 ` org-annotation-helper Sebastian Rose
@ 2009-05-04 12:04   ` thierry.volpiatto
  2009-05-04 16:30     ` org-annotation-helper Sebastian Rose
  0 siblings, 1 reply; 6+ messages in thread
From: thierry.volpiatto @ 2009-05-04 12:04 UTC (permalink / raw)
  To: emacs-orgmode

Hi Sebastian!
Thank you for your answer.

Sebastian Rose <sebastian_rose@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.volpiatto@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: org-annotation-helper
  2009-05-04 12:04   ` org-annotation-helper thierry.volpiatto
@ 2009-05-04 16:30     ` Sebastian Rose
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Rose @ 2009-05-04 16:30 UTC (permalink / raw)
  To: thierry.volpiatto; +Cc: emacs-orgmode

thierry.volpiatto@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.volpiatto@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.rose@emma-stil.de, sebastian_rose@gmx.de
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-04 16:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-03  9:50 org-annotation-helper thierry.volpiatto
2009-05-04  9:43 ` org-annotation-helper Sebastian Rose
2009-05-04 12:04   ` org-annotation-helper thierry.volpiatto
2009-05-04 16:30     ` org-annotation-helper Sebastian Rose
     [not found] <200805161527.m4GFRMGN010370@dog.comp.uvic.ca>
2008-05-17  0:16 ` org-annotation-helper Daniel M German
2008-05-19 17:19   ` org-annotation-helper Cezar Halmagean
2008-05-19 20:14     ` org-annotation-helper John Rakestraw
2008-05-20  9:18       ` Daniel M German

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).