From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: Re: Problem exporting code Date: Mon, 21 Jan 2013 11:45:42 -0600 Message-ID: References: <87libnmdjx.fsf@ucl.ac.uk> <87pq0zkmrt.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6042f0b1e4ea04d3d00733 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLRK-0005Kc-Id for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 12:45:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxLRI-0001aH-0T for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 12:45:46 -0500 Received: from mail-ea0-f170.google.com ([209.85.215.170]:48313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLRH-0001aC-OK for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 12:45:43 -0500 Received: by mail-ea0-f170.google.com with SMTP id a11so2639106eaa.29 for ; Mon, 21 Jan 2013 09:45:42 -0800 (PST) In-Reply-To: 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 --047d7b6042f0b1e4ea04d3d00733 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: > > Awesome that you got it going. Do you still have =(require > 'org-install)= in your .emacs? ETA: just checked and you do. I checked > as I had an issue with emacs not using the git version of org because > I stupidly had =(require 'org-install)= before my load paths! > I do have =(require 'org)= in my .emacs. I never really know whether I'm supposed to do 'org or 'org-install, but this seems to get the ball rolling! > > The only thing that stuck out to me was this: =(add-to-list 'load-path > "~/share/emacs/site-lisp/org" load-path)= > D'oh! I changed that from a ham-fisted (setq ...) to an (add-to-list ...) call, and I forgot to take out the final argument. Thanks for spotting it. -Ken --047d7b6042f0b1e4ea04d3d00733 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

= On Mon, Jan 21, 2013 at 10:48 AM, John Hendy <jw.hendy@gmail.com>= wrote:

Awesome that you got it going. Do you still have =3D(require
'org-install)=3D in your .emacs? ETA: just checked and you do. I checke= d
as I had an issue with emacs not using the git version of org because
I stupidly had =3D(require 'org-install)=3D before my load paths!

I do have =3D(require 'org)=3D in = my .emacs. =A0I never really know whether I'm supposed to do 'org o= r 'org-install, but this seems to get the ball rolling!
=A0

The only thing that stuck out to me was this: =3D(add-to-list 'load-pat= h
"~/share/emacs/site-lisp/org" load-path)=3D
=
D'oh! =A0I changed that from a ham-fisted (setq ..= .) to an (add-to-list ...) call, and I forgot to take out the final argumen= t. =A0Thanks for spotting it.

=A0-Ken

--047d7b6042f0b1e4ea04d3d00733--