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 thi
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
Be
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-i
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 exis
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
load
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
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 wrote:
> OK,
> one of my problems was that I did not notice that Emacs itself has org
>
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 wa
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
of
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 wrote:
> Hi Er
Hi Erich,
Neuwirth Erich 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, then you need to set
the lo
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
Hi Erich,
Neuwirth Erich writes:
> How can I make things work again?
Provided you installed Org correctly, restarting Emacs
will do.
--
Bastien
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
14 matches
Mail list logo