From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Erroneous "No such file or directory" with babel and remote dir Date: Wed, 26 Sep 2012 09:14:05 +0200 Message-ID: <87haqlcl36.fsf@bzg.ath.cx> References: <87y5kiq71h.fsf@slate.zedat.fu-berlin.de> <87vcfapgfy.fsf@bzg.ath.cx> <871uhqmbts.fsf@slate.zedat.fu-berlin.de> <874nmlanfn.fsf@Rainer.invalid> <87ehlp5l2r.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]:51017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlov-0006kr-9x for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 03:14:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGlop-0000AP-3u for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 03:14:09 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGloo-0000AC-9S for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 03:14:03 -0400 Received: by wgbdt14 with SMTP id dt14so157389wgb.30 for ; Wed, 26 Sep 2012 00:14:01 -0700 (PDT) In-Reply-To: <87ehlp5l2r.fsf@slate.zedat.fu-berlin.de> (Loris Bennett's message of "Wed, 26 Sep 2012 08:56:12 +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: Loris Bennett Cc: emacs-orgmode@gnu.org Hi Loris, "Loris Bennett" writes: > Thanks, Achim, that worked. But what exactly does it do? let me try -- I'm confident Achim will correct me if I'm wrong or incomplete. `make autoloads' creates two files in your lisp/ directory: - org-install.el - org-version.el The first one declares the functions and macros that should be autoloaded with this version of Org. Those functions/macros are always accessible, even when the library that contain them is not explicitely loaded. Calling one of those functions/macros will load the library. See the Emacs manual for further details. The second one defines the correct version for your Org distrib and it is further checked by (org-version). If it does not exist, systems that have Git will try to infer the version number from Git (checking against the latest tag, which is always of the form "release_X.X[.X]". If org-version.el has not been created and Git is not available, you will end up with a "N/A" version number. Note that org-version.el and org-install.el are both included in the .tar.gz/.zip distribution files. HTH, -- Bastien