* org-annotation-helper [not found] <200805161527.m4GFRMGN010370@dog.comp.uvic.ca> @ 2008-05-17 0:16 ` Daniel M German 2008-05-17 11:13 ` org-annotation-helper Carsten Dominik 2008-05-19 17:19 ` org-annotation-helper Cezar Halmagean 0 siblings, 2 replies; 8+ messages in thread From: Daniel M German @ 2008-05-17 0:16 UTC (permalink / raw) To: emacs-orgmode 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 -- -- Daniel M. German http://turingmachine.org/ http://silvernegative.com/ dmg (at) uvic (dot) ca replace (at) with @ and (dot) with . ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-annotation-helper 2008-05-17 0:16 ` org-annotation-helper Daniel M German @ 2008-05-17 11:13 ` Carsten Dominik 2008-05-18 21:38 ` org-annotation-helper John Rakestraw 2008-05-19 17:19 ` org-annotation-helper Cezar Halmagean 1 sibling, 1 reply; 8+ messages in thread From: Carsten Dominik @ 2008-05-17 11:13 UTC (permalink / raw) To: dmg; +Cc: emacs-orgmode 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 (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 > > > -- > -- > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-annotation-helper 2008-05-17 11:13 ` org-annotation-helper Carsten Dominik @ 2008-05-18 21:38 ` John Rakestraw 2008-05-19 12:28 ` org-annotation-helper Carsten Dominik 0 siblings, 1 reply; 8+ messages in thread From: John Rakestraw @ 2008-05-18 21:38 UTC (permalink / raw) To: emacs-orgmode 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 the list in response to Dan's query, but I think the only tweak I added to the code (it's been months, so I'm not sure) was to comment out one line that seemed redundant to me. These other guys are the coders. Alan, just to reinforce Dan's encouragement -- I remember being a little puzzled when I first tried to set this up, but the perseverance was well worth it -- it's been a great tool to get annotated links into an org file collection. You're right, there are three bits of code -- the bookmarklets added to your browser, the shell script that Dan calls the handler, and the org-annotation-helper.el module. Then you have your org-remember template, but you don't even have to write that -- just use Dan's. To set it all up, just work through Dan's step-by-step listed in the commentary on the code. It's not nearly as complicated as you might think -- and you can come back with particular questions if you encounter problems. (Don't mean to be pushy or glib -- just a satisfied user....) --John > 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 (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 > > > > > > -- > > -- > > 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 > > > > _______________________________________________ > 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 -- John Rakestraw ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-annotation-helper 2008-05-18 21:38 ` org-annotation-helper John Rakestraw @ 2008-05-19 12:28 ` Carsten Dominik 0 siblings, 0 replies; 8+ messages in thread From: Carsten Dominik @ 2008-05-19 12:28 UTC (permalink / raw) To: John Rakestraw; +Cc: emacs-orgmode 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 > Bastien > did the initial adaptations of the code from the emacs-planner list. I > sent it to the list in response to Dan's query, but I think the only > tweak I added to the code (it's been months, so I'm not sure) was to > comment out one line that seemed redundant to me. These other guys are > the coders. > > Alan, just to reinforce Dan's encouragement -- I remember being a > little puzzled when I first tried to set this up, but the perseverance > was well worth it -- it's been a great tool to get annotated links > into > an org file collection. You're right, there are three bits of code -- > the bookmarklets added to your browser, the shell script that Dan > calls the handler, and the org-annotation-helper.el module. Then you > have your org-remember template, but you don't even have to write that > -- just use Dan's. To set it all up, just work through Dan's > step-by-step listed in the commentary on the code. It's not nearly as > complicated as you might think -- and you can come back with > particular > questions if you encounter problems. (Don't mean to be pushy or glib > -- > just a satisfied user....) > > --John > > > >> 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 (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 >>> >>> >>> -- >>> -- >>> 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 >> >> >> >> _______________________________________________ >> 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 > > > -- > John Rakestraw > > > _______________________________________________ > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-annotation-helper 2008-05-17 0:16 ` org-annotation-helper Daniel M German 2008-05-17 11:13 ` org-annotation-helper Carsten Dominik @ 2008-05-19 17:19 ` Cezar Halmagean 2008-05-19 20:14 ` org-annotation-helper John Rakestraw 1 sibling, 1 reply; 8+ messages in thread From: Cezar Halmagean @ 2008-05-19 17:19 UTC (permalink / raw) To: emacs-orgmode > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ 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; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2009-05-04 16:26 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <200805161527.m4GFRMGN010370@dog.comp.uvic.ca> 2008-05-17 0:16 ` org-annotation-helper Daniel M German 2008-05-17 11:13 ` org-annotation-helper Carsten Dominik 2008-05-18 21:38 ` org-annotation-helper John Rakestraw 2008-05-19 12:28 ` org-annotation-helper Carsten Dominik 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 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
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).