emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Nick Dokos: Re: [Orgmode] Problem exporting to LaTeX/PDF from command li


From: Nick Dokos
Subject: Nick Dokos: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line
Date: Tue, 20 Apr 2010 12:14:14 -0400

Talking to myself again...

------- Forwarded Message

Date:    Tue, 20 Apr 2010 11:46:41 -0400
From:    Nick Dokos <address@hidden>
To:      address@hidden
Subject: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

Nick Dokos <address@hidden> wrote:

> Nick Dokos <address@hidden> wrote:
> 
> > Francesco Pizzolante <address@hidden> wrote:
> > 
> > > Hi,
> > > 
> > > I forgot to mention that, of course, when I do the same operation within
> > > Emacs, using the C-c C-e l, the file is exported without problem.
> > > 
> > > Any idea?
> > > 
> > 
> > I tried a little debugging on this, but I didn't get very far before I
> > ran out of time. The re-search-forward for "#+LaTeX_CLASS_OPTIONS" in
> > org-export-latex-set-initial-vars fails and it looks to me like a rather
> > subtle problem: the temp file buffer looks empty. Whether that's the
> > fault of the with-temp-file-buffer macro or something else, I'm not
> > sure.
> > 
> 
> Still not sure what is going on, but this modified org-interaction.el
> file (it loads the necessary org-XXX.el files explicitly - be sure to
> change the load-path appropriately) seems to work for me. I have not tried
> to load org-XXX.elc files to see whether that works or not.
> 
> Nick
> 
> ---------------------------------------------------------------------------
> (add-to-list 'load-path "/home/nick/src/emacs/org/org-mode/lisp")
> ...

I think that's the problem: picking up org from the *right* place works.
Picking it up from whatever is built-in with your emacs does not. So just
fix the load-path before you (require 'org) and all shall be well (famous
last words...)

Nick


------- End of Forwarded Message





reply via email to

[Prev in Thread] Current Thread [Next in Thread]