From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Further problems with export Date: Thu, 14 Mar 2013 01:11:26 -0400 Message-ID: <13232.1363237886@alphaville> 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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG0Ru-0001dz-2R for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 01:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG0Rs-00015I-PS for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 01:11:30 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:14103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG0Rs-00015C-Iv for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 01:11:28 -0400 In-Reply-To: Message from Neuwirth Erich of "Thu, 14 Mar 2013 02:25:23 BST." 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: Neuwirth Erich Cc: Aaron Ecay , "emacs-orgmode@gnu.org Mode" Neuwirth Erich wrote: > 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? > What branch are you using? If you are on maint, both org-special-blocks.el and org-html.el exist, but if you are on master, neither exists. So the fact that you still have one and not the other probably means that you have still a somewhat dirty installation. Nick > > 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. > > > > 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 > > > > Of cours, that way I got an messy installation. > > I am cleaning up now. > > > > When I try to build from the git version, I now get an error: > > > > > > 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... > > > > This happened after I removed the original list/org that came with Emacs. > > > > What can I do about that? > > Do I need to keep the org files that came with Emacs? > > > > > > > > > >