emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Org-contacts] 3 2 1 go?


From: Michael Käufl
Subject: Re: [O] [Org-contacts] 3 2 1 go?
Date: Tue, 08 Mar 2011 22:45:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

> For example, some people might want to cut the address part in
> (STREET,ZIPCODE,CITY,COUNTRY) whereas I think it's a burden, I just put
> a LOCATION property with all the address in it. In the end, it does not
> matter for org-contacts.

I use the splitted address version.  And therefore I have one problem
which is however more general. I would like to group some properties.
So that I can have a properties group WORK and another group HOME.


* Friends
** Dave Null
   :PROPERTIES:
   :MOBILE:     +49-1234-456789
   :GROUP-WORK:
     :EMAIL:       address@hidden
     :LOCATION:    …
     :LANDLINE:    +49-1234-567890
   :GROUP-END:
   :GROUP-HOME:
     :EMAIL:       address@hidden
     :LOCATION:    …
     :LANDLINE:    +49-1234-987650
   :GROUP-END:
   :END:


I think this is not possible with the current design of the org
properties.  Things like adding to persons /Dave Null (work)/ and
/Dave Null (home)/ or using WORK-EMAIL, HOME-EMAIL, … are not what I
would prefer.

My (at the moment best) idea to support grouping is:


* Friends
** Dave Null
   :PROPERTIES:
   :CONTACT:    t
   :MOBILE:     +49-1234-456789
   :END:
*** work
     :PROPERTIES:
     :EMAIL:       address@hidden
     :LOCATION:    …
     :LANDLINE:    +49-1234-567890
     :END:
*** home
     :PROPERTIES:
     :EMAIL:       address@hidden
     :LOCATION:    …
     :LANDLINE:    +49-1234-987650
     :END:


This would use all properties which are set directly as property of the
person as default and all others according to the requested group.

The absence of such groups is imho currently the main difference between
org-contacts and vcard/…


--
Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]