emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-publish.el breaks for XEmacs


From: Miguel A. Figueroa-Villanueva
Subject: Re: [Orgmode] org-publish.el breaks for XEmacs
Date: Thu, 20 Mar 2008 06:09:49 -0400

Hello Carsten,

I'm sorry for the noise then... Yes, I downloaded version 5.23a and as
mentioned I fixed it in my local copy, so I should be ok until next
release.

Thanks,
--Miguel

On Thu, Mar 20, 2008 at 6:00 AM, Carsten Dominik wrote:
> 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.
>  > address@hidden
>  > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>



-- 
Miguel A. Figueroa Villanueva
+1 787 832-4040 x.3610-4006
Department of Electrical and Computer Engineering
University of Puerto Rico - Mayagüez Campus




reply via email to

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