From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: phone links... Date: Mon, 08 Apr 2013 07:47:52 -0500 Message-ID: <5162BC78.7010509@sift.info> References: <5156228C.4010400@sift.info> <871uaq7aqy.fsf@bzg.ath.cx> <515E3938.2030202@sift.info> <20130408103832.GE659@strey.biz> 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]:37691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPBUR-0001Gc-Aw for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 08:48:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPBUK-0002oY-LH for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 08:48:03 -0400 Received: from 23-25-144-217-static.hfc.comcastbusiness.net ([23.25.144.217]:58370 helo=mpls.sift.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPBUK-0002ny-Ff for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 08:47:56 -0400 In-Reply-To: <20130408103832.GE659@strey.biz> 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: emacs-orgmode@gnu.org, "Robert P. Goldman" Michael Strey wrote: > Robert, > > On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: > > [...] > >> I will be happy to include this into contrib (and do the relevant >> assignment) at any time when people think that it is sufficiently ready >> to go. I have been testing it in contrib/ in a testing branch in my git >> repo. > > What about integrating these few functions into org-contacts? I am very reluctant to do this. I don't use org-contacts at all, but I *do* like to have phone numbers in my TODO items. I don't believe a person should have to use org contacts in order to permit themselves to use phone links. I think we can get an appropriate combination by having org-phone be free-standing, and simply let the org-contacts user adopt them if s/he likes. Related question: if the org-contact entries are *known* to be phone numbers (keyed by the field), why not automagically treat those values as phone numbers, instead of requiring them to be phone links (which add cruft to the files)? And similarly for EMAIL. I.e., why not simply have: #+BEGIN_SRC org * Surname, Name :PROPERTIES: :EMAIL: foo@bar.com :PHONE: +49 351 4129535; +49 176 6626196 :END: #+END_SRC ? But as a non-org-contacts user, my opinion is obviously not so important here...