# HG changeset patch # User Karl Heuer # Date 875118545 0 # Node ID 620ed2f8250e480811a3c01c7fe8d2238403a73a # Parent 45f02da6ebbbaff6246a8978e1569ac3f40e0055 (calendar-mode-map): Bind it to key. (cal-tex-cursor-filofax-daily): Autoload it. diff -r 45f02da6ebbb -r 620ed2f8250e lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Wed Sep 24 16:28:34 1997 +0000 +++ b/lisp/calendar/calendar.el Wed Sep 24 16:29:05 1997 +0000 @@ -1709,6 +1709,12 @@ Diary entries are included if cal-tex-diary is t. Holidays are included if `cal-tex-holidays' is t.") +(autoload 'cal-tex-cursor-filofax-daily "cal-tex" + "Day-per-page Filofax style calendar for week indicated by cursor. +Optional prefix argument specifies number of weeks. Weeks start on Monday. +Diary entries are included if `cal-tex-diary' is t. +Holidays are included if `cal-tex-holidays' is t.") + (autoload 'cal-tex-cursor-year "cal-tex" "Make a buffer with LaTeX commands for a year's calendar. Optional prefix argument specifies number of years.") @@ -1953,6 +1959,7 @@ (define-key calendar-mode-map "tw2" 'cal-tex-cursor-week2) (define-key calendar-mode-map "tw3" 'cal-tex-cursor-week-iso) (define-key calendar-mode-map "tw4" 'cal-tex-cursor-week-monday) + (define-key calendar-mode-map "tfd" 'cal-tex-cursor-filofax-daily) (define-key calendar-mode-map "tfw" 'cal-tex-cursor-filofax-2week) (define-key calendar-mode-map "tfW" 'cal-tex-cursor-filofax-week) (define-key calendar-mode-map "tfy" 'cal-tex-cursor-filofax-year)