From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Using Eric Schulte's starter kit with org mode from source Date: Tue, 23 Apr 2013 09:42:22 +0200 Message-ID: References: <87y5ca67ra.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXrt-00058y-VP for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 03:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUXrs-0001fi-NB for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 03:42:25 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:6464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUXrs-0001ej-HT for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 03:42:24 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode 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