From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Rakestraw Subject: Re: org-annotation-helper Date: Sun, 18 May 2008 17:38:44 -0400 Message-ID: <20080518173844.7dd2977c@buster.rakestrawmornlocal> References: <200805161527.m4GFRMGN010370@dog.comp.uvic.ca> <87mymppyx1.fsf@uvic.ca> <70800982-FF12-4587-AFB9-36DDF3373C98@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jxqae-00067f-V5 for emacs-orgmode@gnu.org; Sun, 18 May 2008 17:38:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jxqae-00066l-2i for emacs-orgmode@gnu.org; Sun, 18 May 2008 17:38:48 -0400 Received: from [199.232.76.173] (port=37134 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jxqad-00066Y-OT for emacs-orgmode@gnu.org; Sun, 18 May 2008 17:38:47 -0400 Received: from relay03.pair.com ([209.68.5.17]:3319) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Jxqad-0004h8-9I for emacs-orgmode@gnu.org; Sun, 18 May 2008 17:38:47 -0400 In-Reply-To: <70800982-FF12-4587-AFB9-36DDF3373C98@uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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