Hi all,
a couple of years ago I wrote helm-org-contacts but it stopped working. When deferred resolution was introduced in org-mode, my parser broke because it used internal org-mode functions, specifically `org-element--get-node-properties', which at the time was (I think) the only way to get all properties (my memory is hazy though). Anyway, I’m now considering to revive helm-org-contacts and have a question: I have contacts in the following format (simplified): * John Doe :PROPERTIES: :EMAIL: [email protected] :EMAIL: [email protected] :END: Is this actually legal org-mode? The syntax specification on worg doesn’t say that properties need to be unique. However, when I use `org-entry-properties', I only get the first e-mail. Related question: Has the community converged on a standardized org-contacts format? I couldn’t find anything Thanks. Titus
