From mboxrd@z Thu Jan 1 00:00:00 1970 From: timotheus Subject: require cl bug in org.el 4.72 Date: Wed, 25 Apr 2007 15:12:40 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hgn0y-0004CQ-Iv for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 15:18:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hgn0x-0004CA-42 for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 15:18:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hgn0w-0004C7-Ut for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 15:18:54 -0400 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 1HgmvH-0004X4-Sg for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 15:13:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hgmv3-0005My-8c for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 21:12:49 +0200 Received: from 65.37.74.3 ([65.37.74.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Apr 2007 21:12:49 +0200 Received: from timotheus by 65.37.74.3 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Apr 2007 21:12:49 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Not sure if this has been addressed. Given the following: # emacs -Q M-x load-library org may fail due to `org-key' within `org.el' requiring `cl'. IMHO: 1. (require 'cl) should additionally be placed within `org-key' OR 2. The initial (require 'cl) should not be inside (eval-when-compile ...) Regards, -timotheus