From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Re: Further problems with export Date: Thu, 14 Mar 2013 02:25:23 +0100 Message-ID: References: <8E7D6D37-DAF1-4434-B3C3-22BF0F709A68@univie.ac.at> <87ppz3o05e.fsf@bzg.ath.cx> <28DFE91C-313B-42EC-981F-000EDCAFDE4C@univie.ac.at> <87ehfic162.fsf@gmail.com> <2DBBCF2A-F0B3-4653-B824-4D0BD56F18AD@univie.ac.at> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFwv9-0001Fa-9r for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFwv8-0004Qt-6n for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:25:27 -0400 Received: from grace.univie.ac.at ([2001:62a:4:25::25:115]:48623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFwv7-0004QU-SB for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:25:26 -0400 In-Reply-To: <2DBBCF2A-F0B3-4653-B824-4D0BD56F18AD@univie.ac.at> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Aaron Ecay Cc: "emacs-orgmode@gnu.org Mode" Further investigation shows that in the git version org-special-blocks.el contains (require org-html) but no file org-html.el exists. How can I solve this problem? On Mar 14, 2013, at 2:15 AM, Neuwirth Erich = wrote: > OK, > one of my problems was that I did not notice that Emacs itself has org > in its lisp directory. > So I had two versions. >=20 > So I started again and did a fresh install of Emacs > but I also had a version installed in my ~/.emacs.d/elpa > and then I installed a third version in site-lisp >=20 > Of cours, that way I got an messy installation. > I am cleaning up now. >=20 > When I try to build from the git version, I now get an error: >=20 >=20 > In toplevel form: > org-special-blocks.el:40:1:Error: Cannot open load file: org-html > Compiling /Users/neuwirth/devel/org-mode/lisp/org-version.el... >=20 > This happened after I removed the original list/org that came with = Emacs. >=20 > What can I do about that? > Do I need to keep the org files that came with Emacs? >=20 >=20 >=20 >=20