From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: firefox urls Date: Wed, 21 May 2008 12:10:14 -0400 Message-ID: <22533.1211386214@alphaville.zko.hp.com> References: <20080512113321.45188d4b@dhcp-296-6> <87k5hxa5ia.fsf@uvic.ca> <871w44wlgz.fsf@uvic.ca> <7bef1f890805171827w40525d0fi95b7e9d31400ac96@mail.gmail.com> <87wslsgoai.fsf@uvic.ca> <3ziqx86h7a.fsf@richardriley.net> <877idodh9w.fsf@uvic.ca> <19851.1211316397@alphaville.zko.hp.com> <20080520214937.45aaf1a0@buster.rakestrawmornlocal> <20080521114412.1c10b4a6@wkstn161-99.carbarn.georgetown.edu> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jyqur-00045B-6l for emacs-orgmode@gnu.org; Wed, 21 May 2008 12:11:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jyquq-00044m-Cc for emacs-orgmode@gnu.org; Wed, 21 May 2008 12:11:48 -0400 Received: from [199.232.76.173] (port=44309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyquq-00044j-7h for emacs-orgmode@gnu.org; Wed, 21 May 2008 12:11:48 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:31659) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jyqup-0001yo-R6 for emacs-orgmode@gnu.org; Wed, 21 May 2008 12:11:48 -0400 In-Reply-To: Message from John Rakestraw of "Wed, 21 May 2008 11:44:12 EDT." <20080521114412.1c10b4a6@wkstn161-99.carbarn.georgetown.edu> 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: John Rakestraw Cc: emacs-orgmode@gnu.org, Richard G Riley John Rakestraw wrote: > If it's not working for you, then I think (though remember I'm not a > programmer ;-) that the problem is likely either in your template or > in the bookmarklet set-up. You might start troubleshooting by > following Dan's suggestion to test your template by starting emacs and > then running this command from a shell prompt: > > org-annotation-helper 'remember://http%3A//orgmode.org/ \ > ::remember::Org-Mode%20Homepage::remember::Notes' > > If that opens up your template with the proper insertions, then check > out the bookmarklet. > It might help to uncomment the echo in the shell script. When you click on the bookmarklet, the script should run, and save the argument that it was called with, in /tmp/remember.out. It should look something like this: remember://http://foo.bar.com/baz.html::remember::::remember::<note> or like this: annotation://http://foo.bar.com/baz.html::remember::<title> depending on which of the two bookmarklets you clicked and whether you had selected some text in the browser (that goes into <note>). If that's the case, then the browser set-up is fine. If not, it's not!-) Divide et impera. Nick