all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org mode, cvs emacs, and calendar.el
@ 2007-11-24 20:11 Mark A. Hershberger
  2007-11-25  3:04   ` Glenn Morris
  2007-11-25  3:42   ` Richard Stallman
  0 siblings, 2 replies; 6+ messages in thread
From: Mark A. Hershberger @ 2007-11-24 20:11 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-orgmode


Putting 

    %%(org-calendar-holiday)

in my todo.org (as suggested on John Wiegley's howto) results in several
annoying “Bad sexp at line …” because org-calendar-holiday calls the
obsolete check-calendar-holidays.

One way to fix this is to copy the define-obsolete-function-alias
statements from the end of holidays.el to diary-lib.el.  This would help
other code that requires diary-lib expecting check-calendar-holidays to
be defined.

The other is to add a (require ‘holidays) to the org-calendar-holiday
function.  This would allow org.el to continue to work with CVS as well
as released versions of emacs.

Advice?

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

The most beautiful experience we can have is the mysterious.
    -- Albert Einstein, The World As I See it

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-11-25  6:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-24 20:11 org mode, cvs emacs, and calendar.el Mark A. Hershberger
2007-11-25  3:04 ` Glenn Morris
2007-11-25  3:04   ` Glenn Morris
2007-11-25  6:37   ` [Orgmode] " Carsten Dominik
2007-11-25  3:42 ` Richard Stallman
2007-11-25  3:42   ` Richard Stallman

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.