Searched +refs:diary +refs:date (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-menu.el46 (define-key calendar-mode-map [down-mouse-2] 'calendar-mouse-2-date-menu)
58 (define-key calendar-mode-map [menu-bar diary]
61 (define-key calendar-mode-map [menu-bar diary heb]
62 '("Insert Hebrew" . calendar-mouse-insert-hebrew-diary-entry))
63 (define-key calendar-mode-map [menu-bar diary isl]
64 '("Insert Islamic" . calendar-mouse-insert-islamic-diary-entry))
65 (define-key calendar-mode-map [menu-bar diary baha]
66 '("Insert Baha'i" . calendar-mouse-insert-bahai-diary-entry))
67 (define-key calendar-mode-map [menu-bar diary cyc]
68 '("Insert Cyclic" . insert-cyclic-diary
[all...]
H A Dcalendar.el9 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
36 ;; instance, to jump to the date a specified number of days, weeks, or
37 ;; months from the date under the cursor. The user can display a list
40 ;; can also specify that dates having corresponding diary entries (in
41 ;; a file that the user specifies) be marked; the diary entries for
42 ;; any date can be viewed in a separate window. The diary and the
52 ;; phases of the moon. Appointment notification for diary entries is
55 ;; The following files are part of the calendar/diary code:
72 ;; diary
108 (defgroup diary nil function
175 (defface diary function
[all...]
H A Ddiary-lib.el0 ;;; diary-lib.el --- diary functions
29 ;; This collection of functions implements the diary features as described
36 (defun diary-check-diary-file ()
37 "Check that the file specified by `diary-file' exists and is readable.
39 (let ((d-file (substitute-in-file-name diary-file)))
43 (error "Diary file `%s' is not readable" diary-file))
44 (error "Diary file `%s' does not exist" diary-file))))
47 (defun diary ( function
184 (defvar date) function
[all...]
H A Dsolar.el10 ;; Human-Keywords: sunrise, sunset, equinox, solstice, calendar, diary,
33 ;; diary.el, and holiday.el that deal with times of day, sunrise/sunset, and
58 (defvar date) function
401 (defun solar-exact-local-noon (date)
402 "Date and Universal Time of local noon at *local date* date.
404 The date may be different from the one asked for, but it will be the right
405 local date. The second component of date should be an integer."
406 (let* ((nd date)
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex338 %\key{agenda for date at cursor}{C-c C-o}
532 \key{prompt for date and insert timestamp}{C-c .}
533 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
541 \key{access the calendar for the current date}{C-c >}
542 \key{insert timestamp matching date in calendar}{C-c <}
543 \key{access agenda for current date}{C-c C-o}
544 \key{Select date while prompted}{mouse-1/RET}
545 %\key{... select date in calendar}{mouse-1/RET}
584 \key{agenda for date at cursor}{C-c C-o}
610 \key{toggle inclusion of diary entrie
[all...]

Completed in 174 milliseconds