Karthik Chikmagalur <karthikchikmaga...@gmail.com> writes:

> I can get it to work with emacs -Q as well, and this is good for testing, 
> thank you.
>
> But I'm looking for a way to retain the rest of my configuration and swap out
> Org as required. Otherwise I can't do any interactive development. Another
> alternative is to set up a completely different init directory and run Emacs
> with a chemacs2 profile or with the new --init-directory flag, but considering
> the complexity/size of my configuration this would be onerous.

How about specifying org version of your choice on command line like this?

    emacs --eval "(add-to-list 'load-path \"/path/to/org\")"

So long as you don't activate another org mode package within your
start-up files, above should work I think.


Reply via email to