From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-publish.el breaks for XEmacs Date: Thu, 20 Mar 2008 11:00:34 +0100 Message-ID: References: <17f71bca0803192118g233ebaf8mf2207b84653f1f6e@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcHZj-0001nb-UD for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:00:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcHZf-0001kV-On for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:00:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcHZf-0001kN-I6 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:00:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcHZf-000285-6G for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 06:00:39 -0400 Received: by ug-out-1314.google.com with SMTP id a2so1756053ugf.48 for ; Thu, 20 Mar 2008 03:00:38 -0700 (PDT) In-Reply-To: <17f71bca0803192118g233ebaf8mf2207b84653f1f6e@mail.gmail.com> 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: "Miguel A. Figueroa-Villanueva" Cc: emacs-orgmode@gnu.org You did not say which version you downloaded. This is a known bug and fixed in the development version (the git repository). The fix will make its way into the zip and tar distribution files with the next official release. - Carsten On Mar 20, 2008, at 5:18 AM, Miguel A. Figueroa-Villanueva wrote: > Hello, > > I updated org-mode, but the following line in the org-publish.el broke > the compilation for XEmacs. > > (require 'dired-aux) > > It appears that xemacs doesn't have the dired-aux package (at least my > version 21.4.20 doesn't). If I comment out the require command it > works. Hence, I would suggest the following addition to only require > the package if it is an emacs installation: > > (setq running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)) > (if (not running-xemacs) > (require 'dired-aux) > ) > > Thoughts? > > --Miguel > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode