From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: Using babel to generate a commit log Date: Wed, 30 Mar 2011 07:52:10 +0000 (UTC) Message-ID: References: <20110329232804.45777e7a@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4qCd-0005Qc-Af for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 03:52:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4qCb-00056m-Tk for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 03:52:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:59143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4qCb-00056C-Lj for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 03:52:29 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4qCX-0006KL-Cs for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 09:52:25 +0200 Received: from pool-173-55-252-200.lsanca.fios.verizon.net ([173.55.252.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 09:52:25 +0200 Received: from luke by pool-173-55-252-200.lsanca.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Mar 2011 09:52:25 +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 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" -Luke