From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Patterson Subject: org-browse-url.el: Bookmark from a browser into org links Date: Sat, 22 Nov 2008 23:09:25 -0800 Message-ID: <87d4gmx6je.fsf@transitory.lefae.org> 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 1L4968-000595-0x for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 02:09:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4967-00058t-6s for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 02:09:35 -0500 Received: from [199.232.76.173] (port=51981 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4967-00058q-1U for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 02:09:35 -0500 Received: from main.gmane.org ([80.91.229.2]:57255 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4966-0004zv-R5 for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 02:09:34 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L4962-00020l-Gv for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 07:09:30 +0000 Received: from rpatterson.net ([69.12.174.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 07:09:30 +0000 Received: from me by rpatterson.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 07:09:30 +0000 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 For some time now I've been wanting to put pages from FF into the org stored links where the page title is used as the description. I ran across org-annotation-helper.el but I don't use remember and didn't like it's approach of automatically inserting the link somewhere or popping up a buffer. I prefer the way org-mode handles links which allows me to collect links while I'm there and then file them into my org buffers when I get back to them. So I wrote the attached library to accomodate exactly this. To use it, follow the instructions in the commentary. Enjoy! Ross