Yes, i meant org-contacts.


I created a file I called people.org and I input some contacts in it.

But, how does it make it easier to assign a person to a task in my todo.org? Is there any type of auto complete functionality? Do I have to make a manual link to the people.org file instance to be able to easily access that persons contact information?


Thank you in advance. 


/Sungmin


ps. This mailings list / community is awesome!
--------- 원본 메일 --------- 

보낸사람: Alexander Baier <lexi.baier@gmail.com>
받는사람 : Sungmin <sungsongsang@daum.net>
참조 : emacs-orgmode@gnu.org
날짜: 2014년 5월 01일 목요일, 02시 55분 36초 +0900
제목: Re: Contacts/Resources/People
On 2014-04-30 18:28 Sungmin wrote:
> Julien Danjou have made contacts.el, might to be a better fit.

If you are referring to org-contacts than this might just be your
solution. Or at least the best way possible to integrate your contacts
with other org-related things.

With org-contacts your address book is just a plain old org-mode
formatted file, where headlines with a certain property (the default is
EMAIL I think) are treated as contacts. For example:

#+begin_src org
* Person A
:PROPERTIES:
:EMAIL: a@example.com
:END:
** Notes Meeting
- foo
- bar...

* Person B
:PROPERTIES:
:EMAIL: b@example.com
:END:
#+end_src

As you can see, notes are easily added as you are just editing your
plain old org-file. Adding people to a certain event may just be as
simple as linking to the headline corresponding to the person. About
tracking time, there should be functionality for this built in - I am no
expert there.

HTH,
--
Alexander Baier