From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: phone links... Date: Mon, 01 Apr 2013 08:30:58 -0500 Message-ID: <51598C12.6080704@sift.info> References: <5156228C.4010400@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMepI-00005c-Ce for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 09:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMepC-0003Nr-0V for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 09:31:08 -0400 Received: from 23-25-144-217-static.hfc.comcastbusiness.net ([23.25.144.217]:61828 helo=mpls.sift.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMepB-0003Nj-Qz for emacs-orgmode@gnu.org; Mon, 01 Apr 2013 09:31:01 -0400 Received: from rpgoldman-3.local (216.243.156.16.real-time.com [216.243.156.16]) by mpls.sift.net (Postfix) with ESMTPSA id A921D723A3 for ; Mon, 1 Apr 2013 08:30:59 -0500 (CDT) In-Reply-To: <5156228C.4010400@sift.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode On 3/29/13 Mar 29 -6:23 PM, Robert Goldman wrote: > Since I keep my todo tasks in my org files, and some of them involve > phone calls, I made a rudimentary handler for "phone:" links that I > would like to contribute. It features a link declaration (in > org-phone.el) and an ancillary script (currently only working on Mac OS > X, but should be translatable to other platforms) that can be used to > place skype calls to the phone numbers. > > One thing it does not do is support interactive entry of phone numbers. Looks like the Right Thing here is to add a definition for an org-phone-complete-link function. I didn't read the manual carefully enough.... I'll see if I can whip something up, perhaps something that would use a contacts database. cheers, r