Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
How do I change the below to load for example: ~/Dropbox/kitchingroup/jmax/ instead of the current directory the init.el file is in. Then I can link init.el to .emacs.d and I think all will work properly. (defconst starter-kit-dir (file-name-directory (or load-file-name (buffer-file-name On

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread John Kitchin
That is done automatically if you run it like: emacs -q -l /path/to-init.el the jmax directory is stored at load time (https://github.com/jkitchin/jmax/blob/master/init.el#L16) and the variable is used every where else that is needed. alternatively, you might try (with your path obviously) in yo

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
Well I installed emacs as you did and still didn't work but if I use your configuration file it works fine and exports. I like the features for org-mode so I might merge some of the things in my setup files and just use your configuration. What's the best way to get it as the default on macbook? I

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread John Kitchin
How did you install emacs? You can see how I do it here: https://github.com/jkitchin/jmax/blob/master/install-jmax-mac.sh#L12 this has worked for me for a long time. Jeffrey Spencer writes: > I keep getting the following error when exporting from org-mode but > everything else seems to work fi

[O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread Jeffrey Spencer
I keep getting the following error when exporting from org-mode but everything else seems to work fine except maybe spell-checking is broken too. I just pulled the newest version from git as well. ``` File mode specification error: (void-function exec-installed-p) Debug (ox-odt): Searching for Ope