From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Landscheidt Subject: Re: [ANN] org-mac-link-grabber: Grab links from running Mac applications Date: Tue, 06 Apr 2010 20:29:40 +0000 Message-ID: References: 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 1NzGa6-0000nr-Km for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 17:45:10 -0400 Received: from [140.186.70.92] (port=43035 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzGa5-0000nJ-6G for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 17:45:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzGa2-0001we-D2 for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 17:45:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:58479) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzGa2-0001wV-6r for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 17:45:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NzGZz-00020x-Hi for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 23:45:03 +0200 Received: from g224125059.adsl.alicedsl.de ([92.224.125.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Apr 2010 23:45:03 +0200 Received: from tim by g224125059.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Apr 2010 23:45:03 +0200 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 Anthony Lander wrote: > I've put together a bit of code to grab links from open mac > applications, and paste them at point in org documents. If > your workflow is spend the majority of your time in > org-mode typing, and occasionally grab links from other > applications, then you might find this useful. > It's available as a git repository here: http://github.com/alander/org-mac-link-grabber > Right now it supports the following applications: > - Finder.app > - Mail.app > - Address Book.app > - Firefox.app > - Together.app > It's easy to add more, but I started here because these are > the ones I use. There is a readme file that explains > installation, usage and configuration. > The code uses the same method as org-mac-message by > Christopher Suckling and John Weigley, and indeed simply > wraps it for the Mail.app integration. Nice idea. Has anyone worked on something similar for Linux? Konqueror seems to be queryable with Emacs' D-Bus; has Fire- fox similar interfaces? Tim