Searched refs:diary (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-menu.el58 (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-entry))
69 (define-key calendar-mode-map [menu-bar diary bl
[all...]
H A Dcalendar.el9 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
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-lib.el Diary functions
108 (defgroup diary nil function
109 "Emacs diary."
150 (defcustom view-diary
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
[all...]
H A Dcal-x.el40 (defvar diary-frame nil "Frame in which to display the diary.")
45 (defvar diary-frame-parameters
48 "Parameters of the diary frame, if the diary is in its own frame.
57 (defvar calendar-and-diary-frame-parameters
60 "Parameters of the frame that displays both the calendar and the diary.
68 "Start calendar and display it in a dedicated frame together with the diary.
74 (if (frame-live-p diary-frame) (delete-frame diary
[all...]
H A Dappt.el31 ;; appointments from diary file.
39 ;;; pending appointment based on his/her diary file. This package
43 ;;; A `diary-file' with appointments of the format described in the
48 ;;; Today's appointment list is initialized from the diary when this
52 ;;; `diary-file' is saved. Calling `appt-check' with an argument forces
56 ;;; changing the diary file, use `appt-add' and `appt-delete'.
81 (defvar diary-selective-display)
85 "*Non-nil means check for appointments in the diary buffer.
86 To be detected, the diary entry must have the format described in the
160 (defcustom appt-display-diary
[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
910 (defun diary-sunrise-sunset ()
911 "Local time of sunrise and sunset as a diary entry.
917 (defcustom diary-sabbath-candles-minutes 18
919 :group 'diary
923 (defun diary-sabbath-candles (&optional mark)
924 "Local time of candle lighting diary entry--applies if date is a Friday.
925 No diary entry if there is no sunset on that date.
935 (/ diary
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex610 \key{toggle inclusion of diary entries}{D}
634 \key{insert new entry into diary}{i}
661 Include Emacs diary entries into Org-mode agenda with:
663 (setq org-agenda-include-diary t)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dldefs-boot.el961 ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
967 *Non-nil means check for appointments in the diary buffer.
968 To be detected, the diary entry must have the format described in the
1007 (defvar appt-display-diary t "\
1008 *Non-nil displays the diary when the appointment list is first initialized.
1011 (custom-autoload (quote appt-display-diary) "appt" t)
1025 Update the appointments list from today's diary buffer.
1029 NUMBER hold the arguments that `diary-list-entries' received.
1030 They specify the range of dates that the diary is being processed for.
2942 ;;;;;; general-holidays holidays-in-diary
[all...]

Completed in 270 milliseconds