[email protected] writes: > I think this change could make it easier to reproduce problems with > Org-mode loaded and without the user's personal config loaded.
So you want $(BATCH) with "-batch" filtered out? You can do that without the code duplication. > + --eval '(setq org-babel-load-languages \ > + (quote ($(foreach ob-lang,$(BTEST_OB_LANGUAGES) emacs-lisp sh > org,$(lst-ob-lang)))) \ > + )' \ > + -l org-loaddefs.el -l cl -l org -l ox -f org-version These are specifically needed for batch testing. I wouldn't want to load all of these for a minimal Emacs. > +.PHONY: minimal > +vanilla: Does not match (minimal<=>vanilla) and targets don't belong in default.mk. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
