Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-26 Thread Alan Schmitt
Eric Schulte writes: As I don't install org from elpa, I removed the after-init-hook part (so I load the starter kit immediately), and everything now works. With my latest push to the starter kit you can now simply set the ORG_HOME environment variable instead of modifying that file locally.

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-25 Thread Alan Schmitt
Thomas S. Dye writes: I tangle the initialization file (init.el) from my document. Everything is contained in the one Org file. Asynchronous export works really well for me. As I don't install org from elpa, I removed the after-init-hook part (so I load the starter kit immediately), and

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-25 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Thomas S. Dye writes: I tangle the initialization file (init.el) from my document. Everything is contained in the one Org file. Asynchronous export works really well for me. As I don't install org from elpa, I removed the

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Hi Eric, Eric Schulte writes: I can think of some possibilities, 1. Your load-path either isn't pointing to the newest Org-mode, or you are somehow also loading an older version of Org-mode. Although I believe I just helped you setup your load path, so lets assume this isn't the

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Hi Eric, Eric Schulte writes: I can think of some possibilities, 1. Your load-path either isn't pointing to the newest Org-mode, or you are somehow also loading an older version of Org-mode. Although I believe I just helped you

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Eric Schulte writes: I don't understand why you can't put this code into your normal configuration file? Because it may load too many things. I thought I could killed two birds with one stone: get a faster async export, and git it working. If the error is thrown *before* your main

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
I've turned on the debugger, and there is something that I find a bit strange. Here are the last few lines. , | load(/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90 nil t) | command-line-1((-l /Users/schmitta/.emacs.d/init.el -l

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alan Schmitt
Eric Schulte writes: I've turned on the debugger, and there is something that I find a bit strange. Here are the last few lines. , | load(/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90 nil t) | command-line-1((-l /Users/schmitta/.emacs.d/init.el -l

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Eric Schulte writes: I've turned on the debugger, and there is something that I find a bit strange. Here are the last few lines. , | load(/var/folders/68/fvntfrw92y50gkk_67rkhsfwgn/T/org-export-process77683E90 nil t) |

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Alexander Poslavsky
Alan Schmitt writes: Eric Schulte writes: --8 snip Yes, the starter kit waits to load on the after-init-hook so that the Emacs package system will be fully loaded. That is why the other file you load on the command line is loaded first. Then asynchronous export can't work, as it needs

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Thomas S. Dye
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Eric Schulte writes: I've turned on the debugger, and there is something that I find a bit strange. Here are the last few lines. , |

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-24 Thread Eric Schulte
Alexander Poslavsky alexander.poslav...@gmail.com writes: Alan Schmitt writes: Eric Schulte writes: --8 snip Yes, the starter kit waits to load on the after-init-hook so that the Emacs package system will be fully loaded. That is why the other file you load on the command line is loaded

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-23 Thread Alan Schmitt
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

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-23 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: 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

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-22 Thread Eric Schulte
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I would like to try using Eric Schulte's starter kit, mainly to have my configuration file in org-mode, using an org-mode installation from source. An issue on github (https://github.com/eschulte/emacs24-starter-kit/pull/29)

Re: [O] Using Eric Schulte's starter kit with org mode from source

2013-04-22 Thread Alan Schmitt
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