emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode export doesn't work anymore after moving to OsX
@ 2016-04-13  0:57 Jeffrey Spencer
  2016-04-13  2:14 ` John Kitchin
  0 siblings, 1 reply; 5+ messages in thread
From: Jeffrey Spencer @ 2016-04-13  0:57 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]

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 OpenDocument styles files...
Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
Debug (ox-odt): Trying
/Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
Debug (ox-odt): Trying
/Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
Debug (ox-odt): Trying
/usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
Debug (ox-odt): Using styles under
/usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
Debug (ox-odt): Searching for OpenDocument schema files...
Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
Debug (ox-odt): No OpenDocument schema files installed
and: Symbol's function definition is void: exec-installed-p
```

cheers,
Jeff

[-- Attachment #2: Type: text/html, Size: 1229 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode export doesn't work anymore after moving to OsX
  2016-04-13  0:57 Org-mode export doesn't work anymore after moving to OsX Jeffrey Spencer
@ 2016-04-13  2:14 ` John Kitchin
  2016-04-13 11:47   ` Jeffrey Spencer
  0 siblings, 1 reply; 5+ messages in thread
From: John Kitchin @ 2016-04-13  2:14 UTC (permalink / raw)
  To: Jeffrey Spencer; +Cc: emacs-orgmode@gnu.org

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 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 OpenDocument styles files...
> Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
> Debug (ox-odt): Trying
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
> Debug (ox-odt): Trying
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
> Debug (ox-odt): Trying
> /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
> Debug (ox-odt): Using styles under
> /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
> Debug (ox-odt): Searching for OpenDocument schema files...
> Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
> Debug (ox-odt): No OpenDocument schema files installed
> and: Symbol's function definition is void: exec-installed-p
> ```
>
> cheers,
> Jeff


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode export doesn't work anymore after moving to OsX
  2016-04-13  2:14 ` John Kitchin
@ 2016-04-13 11:47   ` Jeffrey Spencer
  2016-04-13 12:49     ` John Kitchin
  0 siblings, 1 reply; 5+ messages in thread
From: Jeffrey Spencer @ 2016-04-13 11:47 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]

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 know I can link the init.el to .emacs but how do I make sure it
knows where the jmax folder resides on the system.


On Wed, Apr 13, 2016 at 12:14 PM John Kitchin <jkitchin@andrew.cmu.edu>
wrote:

> 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 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 OpenDocument styles files...
> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
> > Debug (ox-odt): Trying
> > /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
> > Debug (ox-odt): Trying
> >
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
> > Debug (ox-odt): Trying
> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
> > Debug (ox-odt): Using styles under
> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
> > Debug (ox-odt): Searching for OpenDocument schema files...
> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
> > Debug (ox-odt): No OpenDocument schema files installed
> > and: Symbol's function definition is void: exec-installed-p
> > ```
> >
> > cheers,
> > Jeff
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>

[-- Attachment #2: Type: text/html, Size: 2781 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode export doesn't work anymore after moving to OsX
  2016-04-13 11:47   ` Jeffrey Spencer
@ 2016-04-13 12:49     ` John Kitchin
  2016-04-13 16:58       ` Jeffrey Spencer
  0 siblings, 1 reply; 5+ messages in thread
From: John Kitchin @ 2016-04-13 12:49 UTC (permalink / raw)
  To: Jeffrey Spencer; +Cc: emacs-orgmode@gnu.org

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 your init
file:

(load-file "~/Dropbox/kitchingroup/jmax/init.el")

It should do the same thing.


Jeffrey Spencer writes:

> 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 know I can link the init.el to .emacs but how do I make sure it
> knows where the jmax folder resides on the system.
>
>
> On Wed, Apr 13, 2016 at 12:14 PM John Kitchin <jkitchin@andrew.cmu.edu>
> wrote:
>
>> 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 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 OpenDocument styles files...
>> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
>> > Debug (ox-odt): Trying
>> > /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
>> > Debug (ox-odt): Trying
>> >
>> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
>> > Debug (ox-odt): Trying
>> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
>> > Debug (ox-odt): Using styles under
>> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
>> > Debug (ox-odt): Searching for OpenDocument schema files...
>> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
>> > Debug (ox-odt): No OpenDocument schema files installed
>> > and: Symbol's function definition is void: exec-installed-p
>> > ```
>> >
>> > cheers,
>> > Jeff
>>
>>
>> --
>> Professor John Kitchin
>> Doherty Hall A207F
>> Department of Chemical Engineering
>> Carnegie Mellon University
>> Pittsburgh, PA 15213
>> 412-268-7803
>> @johnkitchin
>> http://kitchingroup.cheme.cmu.edu
>>


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Org-mode export doesn't work anymore after moving to OsX
  2016-04-13 12:49     ` John Kitchin
@ 2016-04-13 16:58       ` Jeffrey Spencer
  0 siblings, 0 replies; 5+ messages in thread
From: Jeffrey Spencer @ 2016-04-13 16:58 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 3256 bytes --]

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 Wed, Apr 13, 2016 at 10:49 PM John Kitchin <jkitchin@andrew.cmu.edu>
wrote:

> 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 your init
> file:
>
> (load-file "~/Dropbox/kitchingroup/jmax/init.el")
>
> It should do the same thing.
>
>
> Jeffrey Spencer writes:
>
> > 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 know I can link the init.el to .emacs but how do I make sure
> it
> > knows where the jmax folder resides on the system.
> >
> >
> > On Wed, Apr 13, 2016 at 12:14 PM John Kitchin <jkitchin@andrew.cmu.edu>
> > wrote:
> >
> >> 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 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 OpenDocument styles files...
> >> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
> >> > Debug (ox-odt): Trying
> >> > /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
> >> > Debug (ox-odt): Trying
> >> >
> >>
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
> >> > Debug (ox-odt): Trying
> >> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
> >> > Debug (ox-odt): Using styles under
> >> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
> >> > Debug (ox-odt): Searching for OpenDocument schema files...
> >> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
> >> > Debug (ox-odt): No OpenDocument schema files installed
> >> > and: Symbol's function definition is void: exec-installed-p
> >> > ```
> >> >
> >> > cheers,
> >> > Jeff
> >>
> >>
> >> --
> >> Professor John Kitchin
> >> Doherty Hall A207F
> >> Department of Chemical Engineering
> >> Carnegie Mellon University
> >> Pittsburgh, PA 15213
> >> 412-268-7803
> >> @johnkitchin
> >> http://kitchingroup.cheme.cmu.edu
> >>
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>

[-- Attachment #2: Type: text/html, Size: 6149 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-13 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13  0:57 Org-mode export doesn't work anymore after moving to OsX Jeffrey Spencer
2016-04-13  2:14 ` John Kitchin
2016-04-13 11:47   ` Jeffrey Spencer
2016-04-13 12:49     ` John Kitchin
2016-04-13 16:58       ` Jeffrey Spencer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).