From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: Using babel to generate a commit log Date: Thu, 31 Mar 2011 06:49:00 +0000 (UTC) Message-ID: References: <20110329232804.45777e7a@bhishma.homelinux.net> <8080.1301490442@alphaville.dokosmarshall.org> <5188.1301503865@alphaville.usa.hp.com> <87d3l8s6qd.fsf@gmail.com> <8762r0rx5d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5Bgz-0004VD-10 for emacs-orgmode@gnu.org; Thu, 31 Mar 2011 02:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5Bgx-0000qq-Ta for emacs-orgmode@gnu.org; Thu, 31 Mar 2011 02:49:16 -0400 Received: from lo.gmane.org ([80.91.229.12]:32790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5Bgx-0000qS-N2 for emacs-orgmode@gnu.org; Thu, 31 Mar 2011 02:49:15 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q5Bgv-00041K-7V for emacs-orgmode@gnu.org; Thu, 31 Mar 2011 08:49:13 +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 ; Thu, 31 Mar 2011 08:49:13 +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 ; Thu, 31 Mar 2011 08:49:13 +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 Eric Schulte gmail.com> writes: > > Since this could be generally useful would you be willing to add it to > the library of babel (org/contrib/babel/library-of-babel.org)? That would be great. > If so then if you could supply a few explanatory sentences, I'll add those and > the code block to the library-of-babel.org distributed with Org-mode. "This function will attempt to retrieve the entire commit log for the file associated with the current buffer and insert this log into the export. The function uses the Emacs VC commands to interface to the local version control system, but has only been tested to work with Git. 'limit' is currently unsupported." -Luke