emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alexis <flexibeast@gmail.com>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: Re: Extending org-contacts with properties: naming properties
Date: Sun, 25 May 2014 00:06:53 +1000	[thread overview]
Message-ID: <87mwe7gtj6.fsf@gmail.com> (raw)
In-Reply-To: <87a9a7k05h.fsf@quasar.esben-stien.name>


Hi Esben,

The way that org-contacts currently works is that contact details are
grouped together in the same PROPERTIES drawer, e.g.

* Alexis
:PROPERTIES:
:EMAIL:  alexis@example.com
:PHONE:  9999-9999
:END:

and that's what i've assumed in my MobileOrg code for parsing
org-contacts data. i imagine that moving away from such a data layout
would require substantial changes to the org-contacts.el code, which i
have no intention of doing - particularly given the work that would be
needed to ensure backwards-compatibility with people's existing data.

For reference, at the moment, in my own org-contacts file, i've set up
grouping via a headings hierarchy like:

* Lists
** Org-mode
:PROPERTIES:
:EMAIL:  emacs-orgmode@gnu.org
:END:
* People
** Mum and Dad
:PROPERTIES:
:PHONE:  8888-8888
:END:
* Organisations
** Free Software Foundation
:PROPERTIES:
:EMAIL:  info@fsf.org
:END:
*** A. Person
:PROPERTIES:
:EMAIL:  a.person@fsf.org
:END:


Alexis.

  reply	other threads:[~2014-05-24 14:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05  9:56 Extending org-contacts with properties: naming properties Karl Voit
2013-08-05 22:55 ` Samuel Wales
2013-08-06  1:13   ` David Rogers
2013-08-06  1:16     ` Samuel Wales
2013-08-07  7:59     ` Karl Voit
2013-08-07 10:43       ` Robert Horn
2013-08-07 17:38         ` Karl Voit
2014-05-24  8:20           ` Esben Stien
2014-05-24  8:22             ` Bastien
2014-05-24  8:45             ` Esben Stien
2014-05-24  9:15               ` Esben Stien
2014-05-24 14:06                 ` Alexis [this message]
2013-08-07 11:55       ` Eric Abrahamsen
2013-08-07 17:36         ` Karl Voit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwe7gtj6.fsf@gmail.com \
    --to=flexibeast@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).