Hi Rainer M Krug writes: [...] > >> >> > And if this could be done by the user to test .emacs configuration >> > settings, that would be really great. >> > >> >> That's a good idea. Simply running the Org-mode test suite is a good >> way for users to test the sanity of their local config. >> > > Yes - I have a few times run into problems due to my configuration file and > only realized it later - if there would be ab org file which I could use to > test easily my configuration directly after making the changes, life would > have been much easier for me. This would also be useful for questions on the > mailing list and for a kind of "quality control" for published configs on > the web. In terms of running all the tests in 'batch mode' i.e. loading no personal configuration files (for development purposes), I have put together a small 'test-init.el' file to do that. The emacs command is: --8<---------------cut here---------------start------------->8--- $ /path/to/emacs/Emacs -batch -l /path/to/org/testing/test-init.el --8<---------------cut here---------------end--------------->8--- The test-init.el file should be in the testing directory which should also be the local directory. Below are the test-init.el file and the generated results. All tests are currently passing. Regards Martyn