From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: Contacts/Resources/People Date: Wed, 30 Apr 2014 19:55:36 +0200 Message-ID: <8761lqd7mv.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfYkf-0002Id-Mu for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfYkW-0002vA-L8 for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:57:01 -0400 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:40902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfYkW-0002v2-Fx for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:56:52 -0400 Received: by mail-qa0-f48.google.com with SMTP id j15so2002389qaq.35 for ; Wed, 30 Apr 2014 10:56:51 -0700 (PDT) In-Reply-To: (Sungmin's message of "Wed, 30 Apr 2014 16:28:48 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sungmin Cc: emacs-orgmode@gnu.org 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