]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-tex-mouse-filofax-daily): New function.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 Sep 1997 16:29:39 +0000 (16:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 Sep 1997 16:29:39 +0000 (16:29 +0000)
(cal-tex-mouse-filofax): Add menu item for it.

lisp/calendar/cal-menu.el

index 85e40093b586cfea25645297fefb34b48a6270ec..452683cc0a8993719f1db3448f9720ea326ff921 100644 (file)
@@ -308,6 +308,13 @@ Holidays are included if `cal-tex-holidays' is t."
     (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)
@@ -470,6 +477,8 @@ The output is in landscape format, one month to a page."
            (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)" .