From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: org-bbdb: help Date: Thu, 26 Feb 2009 12:14:28 -0500 Message-ID: <9191.1235668468@alphaville.usa.hp.com> References: <8763iy6rbw.fsf@mean.albasani.net> <6037.1235636786@gamaville.dokosmarshall.org> <87tz6h2l9d.fsf@mean.albasani.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lcjpf-000805-FP for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 12:15:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lcjpd-0007zK-3a for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 12:15:34 -0500 Received: from [199.232.76.173] (port=52793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lcjpc-0007zH-RS for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 12:15:32 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:8312) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lcjpc-0003Sa-EM for emacs-orgmode@gnu.org; Thu, 26 Feb 2009 12:15:32 -0500 In-Reply-To: Message from Memnon Anon of "Thu, 26 Feb 2009 16:53:26 GMT." <87tz6h2l9d.fsf@mean.albasani.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Memnon Anon Cc: emacs-orgmode@gnu.org Memnon Anon wrote: > Nick Dokos writes: > > > > > I think something like this should work: > > > > anniversary: 1972-02-26 birthday > > > > Okay, here a line from my .bbdb: > > ,----[ Linebreaks manually added ] > | ["FirstName" "LastName" nil nil (["Telephone" "xxx/xxxxxxxx"] > | ["Cellphone" "xxxx/xxxxxx"]) (["Home" ("Musterstr. 123") "Bremen" "Bremen" "11111" "D"]) > | ("foo@baz.de") (anniversary 1980-01-01 birthday) (timestamp . "2009-01-15") > | (creation-date . "2009-01-15") nil] > `---- > > I tried adding "'s, adding []'s, etc. And one combination was right, but > I can not find it anymore :(. Lost, lost my precious ... > > As I said, if you use this feature, please send me just one line of your .bbdb. > I will fix the rest ;) > > Thank you very much... > Oh, sorry: that was the format that one uses when interactively adding a field to a bbdb entry. Here is a line from the bbdb file: ["First" "Last" nil nil (["Home" 212 555 1212 0] ["Mobile" 212 5555 1212 0]) (["Home" ("1 First St") "Anytown" "MA" "01234" "USA"]) ("foo@bar.com") ((creation-date . "2009-02-05") (timestamp . "2009-02-26") (anniversary . "1976-02-26 birthday\n1993-02-27 wedding")) nil] This one includes two anniversaries (a birthday and a wedding anniversary). For just a birthday it would look like this: ....(anniversary . "1976-02-26 birthday") HTH, Nick