From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Problem exporting code Date: Mon, 21 Jan 2013 16:16:35 -0600 Message-ID: References: <87libnmdjx.fsf@ucl.ac.uk> <87pq0zkmrt.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxPfU-00052A-Qg for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 17:16:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxPfQ-0003Wj-Dv for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 17:16:40 -0500 Received: from mail-oa0-f48.google.com ([209.85.219.48]:37937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxPfQ-0003Wb-9V for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 17:16:36 -0500 Received: by mail-oa0-f48.google.com with SMTP id h2so6451846oag.7 for ; Mon, 21 Jan 2013 14:16:35 -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: Ken Williams Cc: emacs-orgmode@gnu.org On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote: > > 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! I don't think this is needed anymore, and in this thread I thought it might even cause potential problems, but I could be wrong! - http://lists.gnu.org/archive/html/emacs-orgmode/2012-10/msg00030.html > >> >> >> 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. > It'd be interesting to know how htmlize didn't get updated. Is that provided via org or your emacs variant? Or it'd also be interesting to know if there were multiple versions and the wrong one had been pulled in. Obviously, the main point is that you've got things doing what you want... but as a sort of meticulous engineering sort, it'd still be nice to get closure for any future mailing list hunters :) Best regards, John > -Ken >