emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] make vanilla: run Emacs -Q with this Org loaded


From: Achim Gratz
Subject: Re: [O] [PATCH] make vanilla: run Emacs -Q with this Org loaded
Date: Fri, 13 Dec 2013 23:47:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]