[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Using Eric Schulte's starter kit with org mode from source
From: |
Alan Schmitt |
Subject: |
Re: [O] Using Eric Schulte's starter kit with org mode from source |
Date: |
Tue, 23 Apr 2013 09:42:22 +0200 |
User-agent: |
mu4e 0.9.9.5; emacs 24.3.1 |
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
- [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/22
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/22
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/22
- Re: [O] Using Eric Schulte's starter kit with org mode from source,
Alan Schmitt <=
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/23
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Thomas S. Dye, 2013/04/24
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Alan Schmitt, 2013/04/25
- Re: [O] Using Eric Schulte's starter kit with org mode from source, Eric Schulte, 2013/04/25