From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Machulis Subject: Re: org-contacts, multi-line properties, postal addresses Date: Tue, 26 Nov 2013 14:27:39 -0800 Message-ID: References: <2013-11-16T22-06-29@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11333c22fb34a404ec1bfc81 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlR6e-0007Rd-EO for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 17:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlR6a-0007EX-G1 for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 17:27:44 -0500 Received: from mail-vb0-f49.google.com ([209.85.212.49]:58110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlR6a-0007EM-AX for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 17:27:40 -0500 Received: by mail-vb0-f49.google.com with SMTP id p5so4236473vbn.22 for ; Tue, 26 Nov 2013 14:27:39 -0800 (PST) In-Reply-To: <2013-11-16T22-06-29@devnull.Karl-Voit.at> 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 --001a11333c22fb34a404ec1bfc81 Content-Type: text/plain; charset=ISO-8859-1 Thought about maybe trying to extend AsynK with an org-contacts backend? That'd be ridiculously useful. http://karra-asynk.appspot.com/ On Sat, Nov 16, 2013 at 1:13 PM, Karl Voit wrote: > * Norman Walsh wrote: > > > > Hello world, > > Hello Norman! > > > I'm just taking another look at org-contacts. I wonder what the best > > practice is for dealing with multi-line properties like postal > > addresses. > > I split them up to single lines. > > > I can just make them part of the entry, of course, not in a property, > > but that seems oddly different from the other properites. > > I am afraid that there is no standard (yet). > > However, I can give you my personal approach: > > > ** Firstname Lastname > :FirstnameLastname: > > :PROPERTIES: > > :TYPE: person > > :TITLE: > > :EMAIL: > > :URL: > > :MOBILE: 0043/ > > :HOMEPHONE: > > :WORKPHONE: > > :PHONE: > > :COMPANY: > > :STREET: > > :POSTALCODE: > > :CITY: > > :COUNTRY: Austria > > :PHOTOGRAPH: [[photo:FirstnameLastname.jpg]] > > :BORN: > > :ITOLDTHEM_EMAIL: > > :ITOLDTHEM_ADDRESS: > > :ITOLDTHEM_PHONE: > > :ADDRESS_CHANGE_METHOD: > > :END: > > > > - first contact: > > ITOLDTHEM_* is used for automatically generating my email filter > rules (spam-whitelist) and memorizing the level of information I > gave out to companies. > > ADDRESS_CHANGE_METHOD is used to memorize email addresses, web > pages, or contact information on how I am able to update my personal > information such as address or phone number. > > In the next week or so I plan to implement a Python script that > generates an iCal file out of my contacts.org so that my Android > phone is able to import it (including photographs!). Stay tuned :-) > > HTH > > -- > mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > > get Memacs from https://github.com/novoid/Memacs < > > https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on > github > > > --001a11333c22fb34a404ec1bfc81 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thought about maybe trying to extend AsynK with an org-con= tacts backend? That'd be ridiculously useful.

http://karra-asynk.appspot.com/


On Sat, Nov 16, 2013 at 1:13 PM, Karl Vo= it <devnull@karl-voit.at> wrote:
* Norman Walsh <ndw@nwalsh.com>= wrote:
>
> Hello world,

Hello Norman!

> I'm just taking another look at org-contacts. I wonder what the be= st
> practice is for dealing with multi-line properties like postal
> addresses.

I split them up to single lines.

> I can just make them part of the entry, of course, not in a property,<= br> > but that seems oddly different from the other properites.

I am afraid that there is no standard (yet).

However, I can give you my personal approach:

> ** Firstname Lastname =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 :FirstnameLastname:
> :PROPERTIES:
> :TYPE: person
> :TITLE:
> :EMAIL:
> :URL:
> :MOBILE: =A0 0043/
> :HOMEPHONE:
> :WORKPHONE:
> :PHONE:
> :COMPANY:
> :STREET:
> :POSTALCODE:
> :CITY:
> :COUNTRY: =A0Austria
> :PHOTOGRAPH: [[photo:FirstnameLastname.jpg]]
> :BORN:
> :ITOLDTHEM_EMAIL:
> :ITOLDTHEM_ADDRESS:
> :ITOLDTHEM_PHONE:
> :ADDRESS_CHANGE_METHOD:
> :END:
>
> - first contact:

ITOLDTHEM_* is used for automatically generating my email filter
rules (spam-whitelist) and memorizing the level of information I
gave out to companies.

ADDRESS_CHANGE_METHOD is used to memorize email addresses, web
pages, or contact information on how I am able to update my personal
information such as address or phone number.

In the next week or so I plan to implement a Python script that
generates an iCal file out of my contacts.org so that my Android
phone is able to import it (including photographs!). Stay tuned :-)

HTH

--
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
=A0 =A0 =A0 =A0> get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmod= e + more on github



--001a11333c22fb34a404ec1bfc81--