Re: [Orgmode] strange behavior for export

2010-05-12 Thread Carsten Dominik
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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-05 Thread Dan Davison
"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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-05 Thread Thomas S. Dye
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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Sebastian Rose
"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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Thomas S. Dye
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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Sebastian Rose
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

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Erik Butz
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

Re: [Orgmode] strange behavior for export

2010-05-01 Thread Robert Klein
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

Re: [Orgmode] strange behavior for export

2010-05-01 Thread Carsten Dominik
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

[Orgmode] strange behavior for export

2010-04-30 Thread Erik Butz
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