On May 1, 2010, at 2:46 PM, Robert Klein wrote:
Eric,
where in your .emacs is the (require 'org-install) command?
In one of my setups I had it before the load-paths.
I didn't notice, because of an older version of org-mode
bundled with emacs; org-version reports the new version
but that is n
"Thomas S. Dye" writes:
> On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
>
>> Erik Butz writes:
>>> Hi,
>>>
>>> after some fiddling and looking at list-load-path-shadows (where I
>>> did
>>> not find org-latex at all), I included
>>> (require 'org-latex)
>>> into my .emacs file, which solved
On May 4, 2010, at 6:15 AM, Sebastian Rose wrote:
"Thomas S. Dye" writes:
On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
Erik Butz writes:
Hi,
after some fiddling and looking at list-load-path-shadows (where
I did
not find org-latex at all), I included
(require 'org-latex)
into my
"Thomas S. Dye" writes:
> On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
>
>> Erik Butz writes:
>>> Hi,
>>>
>>> after some fiddling and looking at list-load-path-shadows (where I did
>>> not find org-latex at all), I included
>>> (require 'org-latex)
>>> into my .emacs file, which solved the
On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
Erik Butz writes:
Hi,
after some fiddling and looking at list-load-path-shadows (where I
did
not find org-latex at all), I included
(require 'org-latex)
into my .emacs file, which solved the problem. This solution somewhat
puzzles me thou
Erik Butz writes:
> Hi,
>
> after some fiddling and looking at list-load-path-shadows (where I did
> not find org-latex at all), I included
> (require 'org-latex)
> into my .emacs file, which solved the problem. This solution somewhat
> puzzles me though, since I would have expected that org-latex
Hi,
after some fiddling and looking at list-load-path-shadows (where I did
not find org-latex at all), I included
(require 'org-latex)
into my .emacs file, which solved the problem. This solution somewhat
puzzles me though, since I would have expected that org-latex is
loaded by default. But maybe
Eric,
where in your .emacs is the (require 'org-install) command?
In one of my setups I had it before the load-paths.
I didn't notice, because of an older version of org-mode
bundled with emacs; org-version reports the new version
but that is not what my emacs used in exporting.
Carsten,
is
Hi Eric,
I think this could mean two things. Most likely org is loading
some other version of org-latex.el. One way to find out is to run M-x
list-load-path-shadows.
Another possibility is that you have somewhere a configuration setting
of org-export-latex-classes that is old and does not
Hi all,
I have the following problem:
I have set up my emacs so as to use org-mode uncompiled from a local directory
# from .emacs
(setq load-path (cons "~/elisp/org-mode/lisp" load-path))
(setq load-path (cons "~/elisp/org-mode/contrib/lisp" load-path))
starting emacs22 or 23 and displaying M
10 matches
Mail list logo