emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1


From: Nick Dokos
Subject: Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1
Date: Tue, 11 Aug 2009 19:30:47 -0400

Charles Howard <address@hidden> wrote:

> Thanks Manish, that's a considerable help. I'm very glad to be told
> about the norang site.
> My .emacs didn't have (require 'org-install) because this was the file
> before running make.
> 

You have to put it there: make won't do that.

> Org-mode loads now and mostly works, but I cannot export to latex.
> When I do C-c C-e l
> (or L or p) I get the message `Loading tabify ...done' and emacs
> freezes. No cursor movement,
> no response to input.  Doing C-g unfreezes but there is no .tex
> output. HTML export works fine.
> 
> Somebody asked about this problem back in January at
> http://lists.gnu.org/archive/html/emacs-orgmode/2009-01/msg00104.html
> but there was no solution. Does anyone know what causes this?
> 
> The *Message* file follows. Chas
> 
> =============================================================
> 
> ("emacs" "ks.org")
> Loading 00debian-vars...done
> Loading /etc/emacs/site-start.d/50ccrypt.el (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
> Loading debian-ispell...
> Loading /var/cache/dictionaries-common/emacsen-ispell-default.el 
> (source)...done
> Loading debian-ispell...done
> Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
> Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...done
> Loading /etc/emacs/site-start.d/50lbdb.el (source)...done
> Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el 
> (source)...
> Loading edmacro...done
> Loading /usr/share/emacs22/site-lisp/emacs-goodies-el/color-theme.el
> (source)...done
> Loading desktop...done
> No desktop file.
> Loading cl-macs...done
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Loading tex-mode...
> Loading regexp-opt...done
> Loading tex-mode...done
> Loading org...
> Loading easy-mmode...done
> Loading advice...done
> Loading byte-opt...done
> Loading org...done
> OVERVIEW
> Select command:
> Loading org-latex...done
> Exporting to LaTeX...
> Loading latexenc...done
> Loading tex-mode...done
> Loading tabify...done
> Quit
> 
> ================================


What does M-x org-version say?

You might want to try a procedure like this:

o Start emacs without any initialization files with emacs -Q.

o In the *scratch* buffer, type

  (add-to-list 'load-path "/path/to/org-6.29/lisp")

where you use the correct path for your installation and type
C-j after the closing paren. That evaluates the expression.

o Still in the *scratch* buffer, type

  (require 'org-install)

and type C-j after the closing paren.

o What does M-x org-version say now?

o If everything has gone OK, try the LaTeX export now. Does it work?


If the above works, then it is probably the case that
you are getting pieces of the org-mode that's part of the emacs
package that came with debian. There have been several posts of this
kind of trouble (usually with Ubuntu) that have required hunting down
all the places where the distro has squirreled away org-mode
initialization files (e.g. /etc/emacs/* which appears prominently in
your log above) and expunging them.

Nick




reply via email to

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