all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Dimech <dimech@gmx.com>
To: Jean Louis <bugs@gnu.support>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Lunar Phases in Calendar
Date: Wed, 18 Nov 2020 19:08:36 +0100	[thread overview]
Message-ID: <trinity-5fd200df-951e-4096-93ee-578fa00d9370-1605722916468@3c-app-mailcom-bs05> (raw)
In-Reply-To: <X7VgTF06cHUaHYru@protected.rcdrun.com>

Have checked it out.  I am getting a lot of errors


Error (holidays): Bad holiday list item: (holiday-fixed 1 1 New Year's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 1 1 3 Martin Luther King Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 2 2 Groundhog Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 2 14 Valentine's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 2 1 3 President's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 3 17 St. Patrick's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 4 1 April Fools' Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 5 0 2 Mother's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 5 1 -1 Memorial Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 6 14 Flag Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 6 0 3 Father's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 7 4 Independence Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 9 1 1 Labor Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 10 1 2 Columbus Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 10 31 Halloween)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 11 11 Veteran's Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-float 11 4 4 Thanksgiving)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-easter-etc)
Error: (void-variable displayed-year)

Error (holidays): Bad holiday list item: (holiday-fixed 12 25 Christmas)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-hebrew-passover)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-hebrew-rosh-hashanah)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-hebrew-hanukkah)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-islamic-new-year)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-islamic 9 1 Ramadan Begins)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-bahai-new-year)
Error: (void-variable displayed-year)

Error (holidays): Bad holiday list item: (holiday-bahai-ridvan)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 5 23 Declaration of the Báb)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 5 29 Ascension of Bahá’u’lláh)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 7 9 Martyrdom of the Báb)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 10 20 Birth of the Báb)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 11 12 Birth of Bahá’u’lláh)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-chinese-new-year)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (solar-equinoxes-solstices)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-sexp calendar-daylight-savings-starts (format Daylight Saving Time Begins %s (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name)))
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-sexp calendar-daylight-savings-ends (format Daylight Saving Time Ends %s (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name)))
Error: (void-variable displayed-month)




> Sent: Wednesday, November 18, 2020 at 6:56 PM
> From: "Jean Louis" <bugs@gnu.support>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Lunar Phases in Calendar
>
> * Christopher Dimech <dimech@gmx.com> [2020-11-18 20:39]:
> > I have written the following commands in my init file.
> > But when I go in calendar and hit 'x', the date for
> > 'First Quarter Moon' is not highlighted.
> > 
> > (require 'calendar)
> > (setq holiday-solar-holiday
> >    '((holiday-fixed 11 22 "First Quarter Moon")) )
> > (calendar-mark-holidays)
> 
> I can see typo, it should be `holiday-solar-holidays'
> 
> 
>



  reply	other threads:[~2020-11-18 18:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18 14:59 Lunar Phases in Calendar Christopher Dimech
2020-11-18 15:48 ` Jean Louis
2020-11-18 18:30   ` Michael Heerdegen
2020-11-18 19:00     ` Christopher Dimech
2020-11-18 20:30       ` Jean Louis
2020-11-18 20:12     ` Jean Louis
2020-11-18 17:18 ` Christopher Dimech
2020-11-18 17:56   ` Jean Louis
2020-11-18 18:08     ` Christopher Dimech [this message]
2020-11-18 20:36 ` Michael Heerdegen
2020-11-18 20:47   ` Christopher Dimech
2020-11-19  2:46 ` 황병희
2020-11-19  3:34   ` Christopher Dimech
2020-11-19  9:05     ` tomas
2020-11-19  9:32       ` Colin Baxter
2020-11-19 12:05       ` Christopher Dimech
2020-11-19 14:36         ` Jude DaShiell
2020-11-19 14:52           ` Christopher Dimech
2020-11-19 15:17           ` Jean Louis
2020-11-19 17:23             ` Jude DaShiell
2020-11-19 17:37               ` Christopher Dimech
2020-11-19 18:18                 ` Jude DaShiell
2020-11-19 18:21                   ` Jean Louis
2020-11-19 18:38                     ` Christopher Dimech
2020-11-19 18:32                   ` Christopher Dimech
2020-11-19 18:19                 ` Jean Louis
2020-11-19 18:35                   ` Christopher Dimech
2020-11-19 18:15               ` Jean Louis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-5fd200df-951e-4096-93ee-578fa00d9370-1605722916468@3c-app-mailcom-bs05 \
    --to=dimech@gmx.com \
    --cc=bugs@gnu.support \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.