From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Erroneous "No such file or directory" with babel and remote dir Date: Tue, 25 Sep 2012 15:30:11 +0000 (UTC) Message-ID: <877grim893.fsf@mean.albasani.net> References: <87y5kiq71h.fsf@slate.zedat.fu-berlin.de> <87vcfapgfy.fsf@bzg.ath.cx> <871uhqmbts.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGX5l-0001jz-4B for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 11:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGX5f-0003sx-HD for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 11:30:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:52375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGX5f-0003ro-AV for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 11:30:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGX5g-0008AO-24 for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 17:30:28 +0200 Received: from e178212056.adsl.alicedsl.de ([85.178.212.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2012 17:30:28 +0200 Received: from gegendosenfleisch by e178212056.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2012 17:30:28 +0200 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 "Loris Bennett" writes: > How do I avoid the mixed installation problem when testing with a clone > of the org repository? ,----[ http://orgmode.org/worg/org-faq.html#mixed-install ] | Among the most common reasons is Orgmode gets loaded before the | load-path variable is updated to include the installation directory of | the latest Orgmode. To avoid issues like this, it is recommended that | the load path is updated very early on in your init file. `---- hth Memnon