mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
Typo
This commit is contained in:
parent
3abc2d9abc
commit
7cd1f56c2a
@ -6665,7 +6665,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
|
||||
(org-agenda-add-entry-to-org-agenda-diary-file 'day text d1))
|
||||
((equal char ?a)
|
||||
(setq d1 (list (car d1) (nth 1 d1)
|
||||
(read-number (format "Referece year [%d]: " (nth 2 d1))
|
||||
(read-number (format "Reference year [%d]: " (nth 2 d1))
|
||||
(nth 2 d1))))
|
||||
(setq text (read-string "Anniversary (use %d to show years): "))
|
||||
(org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))
|
||||
|
Loading…
Reference in New Issue
Block a user