From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: [ANN] org-mac-link-grabber: Grab links from running Mac applications Date: Tue, 6 Apr 2010 14:25:08 -0400 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzDSd-00018c-AO for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 14:25:15 -0400 Received: from [140.186.70.92] (port=45551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzDSb-00017T-Un for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 14:25:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzDSa-0000r9-C9 for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 14:25:13 -0400 Received: from smtp109.prem.mail.ac4.yahoo.com ([76.13.13.92]:21651) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NzDSa-0000pu-8B for emacs-orgmode@gnu.org; Tue, 06 Apr 2010 14:25:12 -0400 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 Hi everyone, 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. Best, -Anthony