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

2013-12-13 Thread Eric Schulte
Achim Gratz writes: > schulte.e...@gmail.com 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? Essentially. > You can do that without the code du

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

2013-12-13 Thread Achim Gratz
schulte.e...@gmail.com 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-l

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

2013-12-13 Thread schulte.eric
I think this change could make it easier to reproduce problems with Org-mode loaded and without the user's personal config loaded. Thoughts? --- Makefile | 1 + mk/default.mk | 13 + 2 files changed, 14 insertions(+) diff --git a/Makefile b/Makefile index f95bcb2..ce06116 1006