From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Using babel to generate a commit log Date: Wed, 30 Mar 2011 09:07:22 -0400 Message-ID: <8080.1301490442@alphaville.dokosmarshall.org> References: <20110329232804.45777e7a@bhishma.homelinux.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=55533 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4v7d-0004dG-6c for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 09:07:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4v7Y-0001vL-Cy for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 09:07:41 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:63971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4v7Y-0001vG-8f for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 09:07:36 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LIV00DG4GGA2860@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 08:07:24 -0500 (CDT) In-reply-to: Message from Luke Crook of "Wed, 30 Mar 2011 07:52:10 -0000." 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: Luke Crook Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Luke Crook wrote: > Suvayu Ali gmail.com> writes: > > > > > On Wed, 30 Mar 2011 05:38:41 +0000 (UTC) > > Luke Crook balooga.com> wrote: > > > > > 1) The code between #+begin_src and #+end_src is exported and not > > > the result of evaluating the code (the commit log). > > > > [...] > > > > > > > > How can I fix (1). > > > > > > > Have you tried ':exports results' as a header argument? > > > > I just tried ':exports results'. But now I get the following error when > exporting the file, "Cannot open load file: vc-nil" > That sounds like vc does not know what backend to use: maybe you are not in a git-controlled directory? Nick