Hi Eric, I have a follow-up question about this setup. It seems that I no longer can use asynchronous export with it, I get this in the *Org Export Process* buffer:
,---- | Cannot open load file: ox `---- Can it be related to switching to the starter kit? Thanks a lot, Alan Alan Schmitt writes: > Eric Schulte writes: > >> Adding a line to init.el will allow you to specify the Org-mode instill >> to use. Something like the following should work. >> >> (add-hook 'after-init-hook >> `(lambda () >> ;; remember this directory >> (setq starter-kit-dir >> ,(file-name-directory (or load-file-name (buffer-file-name)))) >> ;; load up the starter kit >> (add-to-list 'load-path "~/path/to/org-mode/lisp/") >> (require 'org) >> (org-babel-load-file (expand-file-name "starter-kit.org" >> starter-kit-dir)))) > > Thanks a lot, it works great! > > Alan