emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] latex equation and html export


From: Nick Dokos
Subject: Re: [O] latex equation and html export
Date: Wed, 01 Jan 2014 10:42:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Achim Gratz <address@hidden> writes:

> Am 01.01.2014 07:28, schrieb Nick Dokos:
>> --8<---------------cut here---------------start------------->8---
>> (add-to-list 'load-path "~/src/emacs/org/org-mode/lisp")
>> (add-to-list 'load-path "~/src/emacs/org/org-mode/contib/lisp")
>
> There is usually no point to include contrib in a minimal Org init,
> but if you need it, it should not be first in load-path (that is, the
> two lines above should be reversed and the directory name be
> "contrib").

True - I guess the misspelling saved me from any troubles that contrib
could have caused :-) My minimal file now starts like this:

--8<---------------cut here---------------start------------->8---
;(add-to-list 'load-path "~/src/emacs/org/org-mode/contrib/lisp")
(add-to-list 'load-path "~/src/emacs/org/org-mode/lisp")

(require 'org-loaddefs)
...
--8<---------------cut here---------------end--------------->8---

If I need contrib, I can just uncomment the first line.

Thanks,
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]