From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: latex equation and html export Date: Wed, 01 Jan 2014 10:28:41 +0100 Message-ID: References: <87zjng5i7k.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyI6r-0005jd-48 for emacs-orgmode@gnu.org; Wed, 01 Jan 2014 04:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyI6j-0007Ph-QF for emacs-orgmode@gnu.org; Wed, 01 Jan 2014 04:29:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:60846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyI6j-0007PZ-JQ for emacs-orgmode@gnu.org; Wed, 01 Jan 2014 04:28:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VyI6i-0002y1-9J for emacs-orgmode@gnu.org; Wed, 01 Jan 2014 10:28:56 +0100 Received: from p578f1c66.dip0.t-ipconnect.de ([87.143.28.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jan 2014 10:28:56 +0100 Received: from Stromeko by p578f1c66.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Jan 2014 10:28:56 +0100 In-Reply-To: <87zjng5i7k.fsf@alphaville.bos.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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"). -- Achim. (on the road :-)