Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a137e62c
Commit
a137e62c
authored
Sep 24, 1997
by
Karl Heuer
Browse files
(cal-tex-mouse-filofax-daily): New function.
(cal-tex-mouse-filofax): Add menu item for it.
parent
9018e77d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
lisp/calendar/cal-menu.el
lisp/calendar/cal-menu.el
+9
-0
No files found.
lisp/calendar/cal-menu.el
View file @
a137e62c
...
...
@@ -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)"
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment