Dan Griswold <dgris...@rochester.rr.com> 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