Hi Thorsten, Thorsten Jolitz <tjol...@gmail.com> writes:
> (On Archlinux) I simply trash the Org dir shipped with Emacs and put a > symlink to my git-version of Org-mode there. I was told I shouldn't do > that, but since I had many problems with mixed installs before, and no > problems at all after doing so, I stick with this apparently 'bad > habit'. I confirm this is a bad habit :) >From sources (git or tarball), Org mode setup is just this (add-to-list 'load-path "/src/org-mode/") (require 'org) As for testing, Brady's solution to use emacs -q -l "~/testing.el" is also the one I would suggest. 2 cents, -- Bastien