From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mah@everybody.org (Mark A. Hershberger) Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: org mode, cvs emacs, and calendar.el Date: Sat, 24 Nov 2007 15:11:46 -0500 Message-ID: <871wafv1x9.fsf@everybody.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1195935196 11800 80.91.229.12 (24 Nov 2007 20:13:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 20:13:16 +0000 (UTC) Cc: emacs-orgmode@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 21:13:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iw1NQ-0000iQ-98 for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 21:13:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw1NB-0002zZ-L9 for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 15:13:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw1N8-0002xp-Ld for emacs-devel@gnu.org; Sat, 24 Nov 2007 15:13:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw1N6-0002uc-NF for emacs-devel@gnu.org; Sat, 24 Nov 2007 15:13:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw1N6-0002uN-IT for emacs-devel@gnu.org; Sat, 24 Nov 2007 15:13:00 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iw1N6-0006qH-4Z for emacs-devel@gnu.org; Sat, 24 Nov 2007 15:13:00 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iw1Mv-0001wu-Qu for emacs-devel@gnu.org; Sat, 24 Nov 2007 20:12:49 +0000 Original-Received: from 24.115.83.248.res-cmts.eph.ptd.net ([24.115.83.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Nov 2007 20:12:49 +0000 Original-Received: from mah by 24.115.83.248.res-cmts.eph.ptd.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Nov 2007 20:12:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 24.115.83.248.res-cmts.eph.ptd.net X-URL: http://mah.everybody.org/weblog/ User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:G4eIa29Zu93gj9YMkga6kg/DAOQ= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84071 gmane.emacs.orgmode:4485 Archived-At: 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