Hi Thomas, the version where org.el is split needs to be installed properly, In particular, you need to run "make" or at least "make org-install.el" in order to produce the autoload file org-install.el. And then you need to load this file in .emacs with
(require 'org-install) No need to do (require 'org). - Carsten On Mar 25, 2008, at 2:59 PM, Thomas Baumann wrote:
Hi Carsten, just started playing with start-splitting (checked out a few minutes ago), here are first results C-cC-e in an org-file: Symbol's function definition is void: org-export unless org-exp is loaded explicitely. M-x orgtbl-mode in a LaTeX-buffer ad-handle-definition: `org-open-at-point' got redefined call-interactively: Autoloading failed to define function orgtbl-mode unless org-table is loaded explicitely. Ciao Thomas _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
_______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode