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 <strom...@nexgo.de> 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 > >