Thorsten Grothe <i...@th-grothe.de> writes: > New test: > > I set up a minimal .emcas only for orgmode like this: > > #### > (package-initialize) > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp") > (require 'org) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (add-hook 'LaTeX-mode-hook 'orgtbl-mode) > (add-hook 'message-mode-hook 'turn-on-orgtbl) > #### > > My .emacs.d folder contains only the downloaded org files from git, same > error :-) > >
Have you done a `make' and a `make install' (or if you don't compile anything, at least a `make autoloads')? Have you restarted your emacs? I can't think of anything else right now: it works perfectly here. Nick