From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Tangling Date: Mon, 12 Apr 2010 10:40:30 +0200 Message-ID: References: <87k4sgsq3k.fsf@stats.ox.ac.uk> <87y6gui2fn.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1FCF-0007Xs-Uc for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 04:40:43 -0400 Received: from [140.186.70.92] (port=54787 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1FCE-0007XR-Dl for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 04:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1FCC-0002FW-Rb for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 04:40:42 -0400 Received: from lo.gmane.org ([80.91.229.12]:36541) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1FCC-0002FL-La for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 04:40:40 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O1FCB-0004Ec-5u for emacs-orgmode@gnu.org; Mon, 12 Apr 2010 10:40:39 +0200 Received: from xdsl-78-35-158-199.netcologne.de ([78.35.158.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2010 10:40:39 +0200 Received: from andrea.crotti.0 by xdsl-78-35-158-199.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2010 10:40:39 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dan Davison writes: > Andrea Crotti writes: > > Hi Andrea, > > I think that should be > > (add-to-list 'load-path (concat conf "org-mode/lisp")) > (add-to-list 'load-path (concat conf "org-mode/contrib/lisp")) > > (require 'org-install) > (require 'org-babel-init) > > (org-babel-tangle-file (concat base "miniconf.org")) > > Dan > Great Dan thanks a lot, now it works perfectly! So in case someone is interested can get the configuration I'm preparing here http://github.com/AndreaCrotti/Org-mode-notes Feel free to take what you need and modify as you wish, at the moment it's working and should work everywhere (only my personal snippets are a symlink so I guess it's not working outside my machine).