emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Miguel A. Figueroa-Villanueva" <miguelf@ieee.org>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-publish.el breaks for XEmacs
Date: Thu, 20 Mar 2008 06:09:49 -0400	[thread overview]
Message-ID: <17f71bca0803200309n3dc438a9gf650149032fa5d8a@mail.gmail.com> (raw)
In-Reply-To: <B7934CA7-09E2-4AAA-9813-6C53554ADEF7@science.uva.nl>

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.
>  > Emacs-orgmode@gnu.org
>  > 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	other threads:[~2008-03-20 10:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20  4:18 org-publish.el breaks for XEmacs Miguel A. Figueroa-Villanueva
2008-03-20 10:00 ` Carsten Dominik
2008-03-20 10:09   ` Miguel A. Figueroa-Villanueva [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17f71bca0803200309n3dc438a9gf650149032fa5d8a@mail.gmail.com \
    --to=miguelf@ieee.org \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).