[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Further problems with export
From: |
Neuwirth Erich |
Subject: |
Re: [O] Further problems with export |
Date: |
Thu, 14 Mar 2013 10:21:04 +0100 |
I put my old source directory away and started afresh:
git clone git://orgmode.org/org-mode.git
And I did
make up1
sudo make clean-install install
When I try to create an open an html file with
C-c C-e h o
I still get
Symbol's value as variable is void: org-element-document-properties
Below is what I have changed in my local.mk
# Name of your emacs binary
#EMACS = emacs
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
# Where local software is found
#prefix = /usr/share
prefix = /Applications/Emacs.App/Contents/Resources
# Where local lisp files go.
#lispdir= $(prefix)/emacs/site-lisp/org
lispdir= $(prefix)/site-lisp/org
# Where local data files go.
datadir = $(prefix)/emacs/etc/org
datadir = $(prefix)/etc/org
# Where info files go.
infodir = $(prefix)/info
On Mar 14, 2013, at 8:04 AM, Achim Gratz <address@hidden> wrote:
> Neuwirth Erich writes:
>> I install everything in site-lisp
>>
>> On OSX this is
>>
>> /Applications/Emacs.App/Contents/Resources/site-lisp/org
>>
>> This should be on the load path automatically.
>> And I did not change my configuration and everything worked fine for quite
>> some time.
>
> Try
>
> make clean-install install
>
> to remove any old files you may have there before installing the new
> ones. Then check your init files to _not_ reference any old exporter
> files as Emacs may find and load them from the version of Org it is
> itself delivered with.
>
>
> Regards,
> Achim.
> --
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>
> SD adaptation for Waldorf microQ V2.22R2:
> http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
>
>
- [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Bastien, 2013/03/13
- Re: [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Bastien, 2013/03/13
- Re: [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Achim Gratz, 2013/03/14
- Re: [O] Further problems with export,
Neuwirth Erich <=
- Re: [O] Further problems with export, Achim Gratz, 2013/03/14
- Re: [O] Further problems with export, Aaron Ecay, 2013/03/13
- Re: [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Neuwirth Erich, 2013/03/13
- Re: [O] Further problems with export, Bastien, 2013/03/13
- Re: [O] Further problems with export, Nick Dokos, 2013/03/14