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:50:15 +0100 Message-ID: <138F3925-F44C-4F08-950E-3F7CC77EAE15@univie.ac.at> 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]:51146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFxJD-0005Ic-Fu for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFxJC-0003Oe-8p for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:50:19 -0400 Received: from grace.univie.ac.at ([2001:62a:4:25::25:115]:49288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFxJB-0003OJ-Ua for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 21:50:18 -0400 In-Reply-To: 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" So for a try I changed=20 (require org-html)=20 to (require ox-html) I could build it, and with the git version of org being the only version = in the load-path I tried to export a file as html file C-c C-e h o and then I get=20 Symbol's value as variable is void: org-element-document-properties What next? On Mar 14, 2013, at 2:25 AM, 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? >=20 >=20 > On Mar 14, 2013, at 2:15 AM, Neuwirth Erich = wrote: >=20 >> 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 >=20 >=20