Re: [O] Further problems with export

2013-03-14 Thread Achim Gratz
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

Re: [O] Further problems with export

2013-03-14 Thread Neuwirth Erich
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

Re: [O] Further problems with export

2013-03-14 Thread Achim Gratz
Neuwirth Erich writes: I put my old source directory away and started afresh: git clone git://orgmode.org/org-mode.git I'm not sure what you were trying to accomplish. You can always check with git status what's going on in your worktree and if necessary you can git clean anything you think

[O] Further problems with export

2013-03-13 Thread Neuwirth Erich
After being able to build again, I cannot export now. In my .emacs I have ;; using the new exporter (define-key org-mode-map (kbd C-c C-e) 'org-export-dispatch) When I try to export with C-c C-e I get a window with the menu for the export commands, and a prompt Export command: in the bottom

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: How can I make things work again? Provided you installed Org correctly, restarting Emacs will do. -- Bastien

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
I found that I need to add (require 'org-exp-blocks) to my .emacs But now I get another error: Symbol's value as variable is void: org-agenda-export-html-style My guess is that I need another require in .emacs Please help ,me what I need to do. Currently I do -=-=-=-=-=-=-=-=-= (require 'org)

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, Neuwirth Erich erich.neuwi...@univie.ac.at writes: Symbol's value as variable is void: org-agenda-export-html-style How do you get this error? My guess is that I need another require in .emacs (require 'org) is the only thing you need. If you add requires for org-e-* libraries,

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
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. On Mar 13, 2013, at 11:56 PM, Bastien b...@altern.org

Re: [O] Further problems with export

2013-03-13 Thread Aaron Ecay
Hi Erich, org-exp-blocks only works with the old exporter, not the new one. It was removed from the master branch git repo in commit ee3b3eb on Mar 2. I’m not clear what version of org you are using (seems it’s not master, as the org-e-foo files have been renamed ox-foo), but you should beware

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
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

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
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 erich.neuwi...@univie.ac.at wrote: OK, one of my problems was that I did not notice

Re: [O] Further problems with export

2013-03-13 Thread Neuwirth Erich
So for a try I changed (require org-html) 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 Symbol's value as variable is void: org-element-document-properties What

Re: [O] Further problems with export

2013-03-13 Thread Bastien
Hi Erich, what about starting from a fresh Emacs and Org install, following the instructions on http://orgmode.org/org.html#Installation and report back then? Deleting the built-in Org version is calling for trouble... just install the new version on top of the existing one, set the correct

Re: [O] Further problems with export

2013-03-13 Thread Nick Dokos
Neuwirth Erich erich.neuwi...@univie.ac.at 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