From: Karl Voit <devnull@Karl-Voit.at>
To: emacs-orgmode@gnu.org
Subject: Re: Org-contacts and where to store address
Date: Wed, 17 Aug 2011 18:26:20 +0200 [thread overview]
Message-ID: <2011-08-17T18-21-18@devnull.Karl-Voit.at> (raw)
In-Reply-To: 8762lwgwg2.fsf@altern.org
* Bastien <bzg@altern.org> wrote:
> Hi Karl,
Hi!
> Karl Voit <devnull@Karl-Voit.at> writes:
>
>> Is there a good way of adding the (multi line) address to the
>> PROPERTY drawer or should I put the address in the notes right below
>> the drawers?
>
> I'd suggest reformatting the multi-lines address into a single-line
> string.
Done that. The original data was in fact not multi-line and so I
modified the source code to get one line per information.
> Thanks for letting us know about your progress!
Well, it is pretty simple:
contacts.org with two main headings: one for people and one for
companies with one person in yasnippet-syntax:
,----[ yasnippet template for one contact ]
| # name : Org-contacts template for a person
| # --
| ** $1 $2 :$1$2:
| :PROPERTIES:
| :TYPE: ${3:$$(yas/choose-value '("person" "company"))}
| :TITLE:
| :EMAIL: $4
| :MOBILE: ++43/
| :HOMEPHONE:
| :WORKPHONE:
| :PHONE:
| :COMPANY:
| :STREET:
| :POSTALCODE:
| :CITY:
| :COUNTRY: Österreich
| :END:
|
| Erstkontakt: $0
|
|
`----
--
Karl Voit
prev parent reply other threads:[~2011-08-17 16:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-06 16:40 Org-contacts and where to store address Karl Voit
2011-08-17 10:32 ` Bastien
2011-08-17 16:26 ` Karl Voit [this message]
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=2011-08-17T18-21-18@devnull.Karl-Voit.at \
--to=devnull@karl-voit.at \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@Karl-Voit.at \
/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).