emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12018: closed (24.1.50; Calendar HTML export break


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12018: closed (24.1.50; Calendar HTML export breaks with no holidays in month)
Date: Wed, 01 Aug 2012 07:25:02 +0000

Your message dated Wed, 01 Aug 2012 03:16:34 -0400
with message-id <address@hidden>
and subject line Re: bug#12018: 24.1.50; Calendar HTML export breaks with no 
holidays in month
has caused the debbugs.gnu.org bug report #12018,
regarding 24.1.50; Calendar HTML export breaks with no holidays in month
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12018: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12018
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.1.50; Calendar HTML export breaks with no holidays in month Date: Sat, 21 Jul 2012 12:09:36 +0100 User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)
Calling cal-html-cursor-month from a *Calendar* buffer using H-m
triggers an error in cal-html-insert-agenda-days (in
lisp/calendar/cal-html.el) if there are no holidays in the given
month. Since this is true for August, I've just triggered it!

The problem is the

    (and holiday-list diary-list "<BR>\n")

(line 399 in current trunk) inside an insert. (insert NIL) is not
ok. Changing the line to

    (if (and holiday-list diary-list) "<BR>\n" "")

Fixes the issue.

Thanks,

Rupert

Attachment: pgpjivlzD7FEX.pgp
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#12018: 24.1.50; Calendar HTML export breaks with no holidays in month Date: Wed, 01 Aug 2012 03:16:34 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks; applied.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]