From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Problem with agenda and diary Date: Thu, 17 Mar 2011 18:11:19 -0400 Message-ID: <9565.1300399879@alphaville.usa.hp.com> References: <87sjul50xb.fsf@rochester.rr.com> <8762rhg8o8.fsf@member.fsf.org> <87vczhep74.fsf@member.fsf.org> <9609.1300382878@alphaville.dokosmarshall.org> <87r5a5k3vj.fsf@member.fsf.org> <87fwql8t2m.fsf@rochester.rr.com> <5887.1300391111@alphaville.usa.hp.com> <87oc59fppd.fsf@rochester.rr.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=48700 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0LPd-0006WO-9u for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0LPc-0004LI-CY for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:11:21 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:1061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0LPc-0004LD-7l for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:11:20 -0400 In-Reply-To: Message from Dan Griswold of "Thu, 17 Mar 2011 16:37:50 EDT." <87oc59fppd.fsf@rochester.rr.com> 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: Dan Griswold Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Dan Griswold wrote: > org-format-agenda-item("" "" "Diary" nil time) > (setq x (org-format-agenda-item "" x "Diary" nil (quote time))) > (lambda (x) (setq x (org-format-agenda-item "" x "Diary" nil ...)) (org-a= > dd-props x (text-properties-at ... x) (quote type) "diary" (quote date) dat= > e (quote face) (quote org-agenda-diary)))("") > Actually, this pretty much confirms that the call came from org-get-diary-entries: it matches the code exactly. Nick