Re: BBDB anniversaries in the calendar/diary

2013-11-30 Thread Uwe Brauer
Roland == Roland Winkler wink...@gnu.org writes: On Fri Nov 29 2013 Uwe Brauer wrote: Exactly. - Your screenshot is from Xemacs? That could explain the difference. I do not know anything about it. Yes, 21.4.X or 21.5.33. smime.p7s Description: S/MIME cryptographic signature

Re: BBDB anniversaries in the calendar/diary

2013-11-30 Thread Roland Winkler
On Sat Nov 30 2013 Uwe Brauer wrote: Yes, 21.4.X or 21.5.33. So it seems I did not overlook anything when I filed bug#15987 for GNU Emacs. -- Rapidly troubleshoot problems before they affect your business. Most IT

Re: BBDB anniversaries in the calendar/diary

2013-11-30 Thread Eric Abrahamsen
Roland Winkler wink...@gnu.org writes: On Thu Nov 28 2013 Uwe Brauer wrote: I use (require 'bbdb-anniv) (add-hook 'list-diary-entries-hook #'bbdb-include-anniversaries) In my 2.35 bbdb version and I do see the anniversaries marked in the calendar. Are you saying this is not possible in

Re: BBDB anniversaries in the calendar/diary

2013-11-30 Thread Roland Winkler
On Sun Dec 1 2013 Eric Abrahamsen wrote: It might be worth looking at the code in org-bbdb.el: org-bbdb-make-anniv-hash builds a hash table of all anniversaries in the BBDB, which would be a useful starting place. Key is (month date), value is ((year record-name anniversary-type) (year

Re: BBDB anniversaries in the calendar/diary

2013-11-30 Thread Eric Abrahamsen
Roland Winkler wink...@gnu.org writes: On Sun Dec 1 2013 Eric Abrahamsen wrote: It might be worth looking at the code in org-bbdb.el: org-bbdb-make-anniv-hash builds a hash table of all anniversaries in the BBDB, which would be a useful starting place. Key is (month date), value is ((year

Re: BBDB anniversaries in the calendar/diary

2013-11-29 Thread Roland Winkler
On Fri Nov 29 2013 Uwe Brauer wrote: Before we are going into details: here is a screenshot, of why I understand my marked. For example the 21 is a birthday of somebody, it is marked in red. Are you saying you cannot obtain this behavior? Exactly. - Your screenshot is from Xemacs? That

Re: BBDB anniversaries in the calendar/diary

2013-11-28 Thread Roland Winkler
On Wed Nov 27 2013 Joseph Mingrone wrote: The only piece missing, from my perspective, is that these days aren't marked in the calendar like they would be for an equivalent anniversary created in the diary. Am I missing a function that could be added to a calendar hook to have these BBDB

Re: BBDB anniversaries in the calendar/diary

2013-11-28 Thread Joseph Mingrone
Roland Winkler wink...@gnu.org writes: On Wed Nov 27 2013 Joseph Mingrone wrote: The only piece missing, from my perspective, is that these days aren't marked in the calendar like they would be for an equivalent anniversary created in the diary. Am I missing a function that could be added

Re: BBDB anniversaries in the calendar/diary

2013-11-28 Thread Uwe Brauer
Roland == Roland Winkler wink...@gnu.org writes: On Wed Nov 27 2013 Joseph Mingrone wrote: The only piece missing, from my perspective, is that these days aren't marked in the calendar like they would be for an equivalent anniversary created in the diary. Am I missing a function

Re: BBDB anniversaries in the calendar/diary

2013-11-27 Thread Kevin Brubeck Unhammer
is that the dates aren't marked in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Have you looked at bbdb-anniv.el of BBDB 3? Its only goal is to make calendar/diary aware of anniversaries / birthdays etc. stored in BBDB. (I do not know

Re: BBDB anniversaries in the calendar/diary

2013-11-27 Thread Joseph Mingrone
the anniversaries in BBDB instead of the diary is that the dates aren't marked in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Have you looked at bbdb-anniv.el of BBDB 3? Its only goal is to make calendar/diary aware of anniversaries

BBDB anniversaries in the calendar/diary

2013-11-26 Thread Joseph Mingrone
the calendar/diary aware of anniversaries in BBDB? Putting %%(org-bbdb-anniversaries) in the diary file marks the calendar, but hitting 'd' in the calendar doesn't show the anniversary, so org-bbdb-anniversaries in org-bbdb.el might be a good starting place to get this functionality? Update: I see

Re: BBDB anniversaries in the calendar/diary

2013-11-26 Thread Joseph Mingrone
of the diary is that the dates aren't marked in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Yes, such a functionality was implemented by Robert Fenk, I still have his pkg. However I have only tested in 2.35

Re: BBDB anniversaries in the calendar/diary

2013-11-26 Thread Roland Winkler
and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Have you looked at bbdb-anniv.el of BBDB 3? Its only goal is to make calendar/diary aware of anniversaries / birthdays etc. stored in BBDB. (I do not know how to further propagate these dates to org

Re: BBDB anniversaries in the calendar/diary

2013-11-26 Thread Uwe Brauer
in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Yes, such a functionality was implemented by Robert Fenk, I still have his pkg. However I have only tested in 2.35 and cannot guarantee that it will work in vs 3. If you want it I

Re: BBDB anniversaries in the calendar/diary

2013-11-26 Thread Joseph Mingrone
is that the dates aren't marked in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Have you looked at bbdb-anniv.el of BBDB 3? Its only goal is to make calendar/diary aware of anniversaries / birthdays etc. stored in BBDB. (I

Re: BBDB anniversaries in the calendar/diary

2013-11-26 Thread Joseph Mingrone
I'm close to having most of the questions from my last email answered. I can get the BBDB anniversaries to show up in the fancy diary, however even with the code below in init.el, I have to run (add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries). Ideas? ;; bbdb (add-hook