From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Org Remember idea Date: Mon, 14 Jan 2008 11:35:31 +0000 Message-ID: <20080114113531.GN18716@atlantic.linksys.moosehall> References: <3d6808890711060842p3ef89421xc03f0ee87257327@mail.gmail.com> <20071106154907.5d68b019@dhcp-296-6> <874pfyre0g.fsf@bzg.ath.cx> <20071106215944.4f41c434@maggiejean2.rakestrawmornlocal> <87sl3iw86r.fsf@bzg.ath.cx> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JENbP-0007aJ-Vk for emacs-orgmode@gnu.org; Mon, 14 Jan 2008 06:35:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JENbO-0007Zz-15 for emacs-orgmode@gnu.org; Mon, 14 Jan 2008 06:35:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JENbN-0007Zg-Pq for emacs-orgmode@gnu.org; Mon, 14 Jan 2008 06:35:37 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JENbN-0002DT-Ho for emacs-orgmode@gnu.org; Mon, 14 Jan 2008 06:35:37 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m0EBZZ5a030259 for ; Mon, 14 Jan 2008 05:35:35 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m0EBZZKV030252 for emacs-orgmode@gnu.org; Mon, 14 Jan 2008 11:35:35 GMT Content-Disposition: inline In-Reply-To: <87sl3iw86r.fsf@bzg.ath.cx> 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 On Wed, Nov 07, 2007 at 12:29:00PM +0000, Bastien wrote: > John Rakestraw writes: > > When I click on the annotate bookmarklet in firefox pops me into emacs > > (into an already existing buffer) with a message that the link and page > > title are in the kill-ring. Yanking gives me a nice link to the web > > page, with the page title as the link text. Comments on this old thread: 1. Bastien, would it be worth adding this to the Worg add-on page? 2. Rather than having the javascript bookmarklet create a annotation://... URL which then invokes a custom handler, would another possibility be to have the javascript directly construct the link and write it to the clipboard? Although I see that this would require jumping through some other hoops: http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard and I guess it wouldn't work for remember://... which requires more than putting something in the clipboard. 3. Would gconf be a more browser-agnostic way of handling new protocols? e.g. gconftool-2 -s /desktop/gnome/url-handlers/remember/command \ -t string 'org-annotation-helper %s'