From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Looking for help linking to an org document on mac os x Date: Wed, 12 Jan 2011 10:05:29 -0500 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 [140.186.70.92] (port=51180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd2GS-0000Sb-Nf for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 10:05:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd2GR-0002F7-8p for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 10:05:32 -0500 Received: from smtp103.prem.mail.ac4.yahoo.com ([76.13.13.42]:31748) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pd2GR-0002F1-6f for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 10:05:31 -0500 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 Mode Hi everyone, I'd like to be able to link to an org document from other applications, and especially to a particular line or search term in a document. The idea is that I could, for example, put a link into an iCal entry, and when I click it, emacs would show the file and move the point to the correct location. Basically, I'm trying to make something like a URL, but for org, that the OS would dispatch correctly. Something like org://path/to/some/ file:*search-term. I've poked around quite a bit, but I can't figure out an easy way to do this. Does anyone have a suggestion? Thanks, -Anthony