mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
Add fixed date (RD) to menu of other dates.
This commit is contained in:
parent
2d18134929
commit
ee3bb32f1b
@ -385,6 +385,9 @@ The output is in landscape format, one month to a page."
|
||||
(list
|
||||
(format "Astronomical (Julian) day number (at noon UTC): %s.0"
|
||||
(calendar-astro-date-string date)))
|
||||
(list
|
||||
(format "Fixed date: %s"
|
||||
(calendar-absolute-from-gregorian date)))
|
||||
(list (format "Hebrew date (before sunset): %s"
|
||||
(calendar-hebrew-date-string date)))
|
||||
(list (format "Persian date: %s"
|
||||
|
Loading…
Reference in New Issue
Block a user