(calendar-mouse-goto-date (calendar-event-to-date))
(cal-tex-cursor-week-monday nil)))
+(defun cal-tex-mouse-filofax-daily ()
+ "Day-per-page Filofax calendar for week indicated by cursor."
+ (interactive)
+ (save-excursion
+ (calendar-mouse-goto-date (calendar-event-to-date))
+ (cal-tex-cursor-filofax-daily nil)))
+
(defun cal-tex-mouse-filofax-2week ()
"One page Filofax calendar for week indicated by cursor."
(interactive)
(list (calendar-date-string date t nil)
(list
""
+ '("Filofax Daily (one-day-per-page)" .
+ cal-tex-mouse-filofax-daily)
'("Filofax Weekly (2-weeks-at-a-glance)" .
cal-tex-mouse-filofax-2week)
'("Filofax Weekly (week-at-a-glance)" .