From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: babel perl issue Date: Wed, 12 Dec 2012 13:34:04 +0000 (UTC) Message-ID: References: <87a9tntr29.fsf@Rainer.invalid> <87sj7fp7om.fsf@gmail.com> <87wqwrrml2.fsf@Rainer.invalid> <87vcca9bxw.fsf@gmail.com> <87d2yhvm3c.fsf@Rainer.invalid> <87obi193mn.fsf@gmail.com> <87zk1lu53s.fsf@Rainer.invalid> <87zk1kmpyo.fsf@gmail.com> <874njszbim.fsf@Rainer.invalid> <876248ggwk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TimS6-0003rO-DB for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 08:34:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TimS0-0008Kn-Ma for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 08:34:22 -0500 Received: from plane.gmane.org ([80.91.229.3]:38724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TimS0-0008KE-Fm for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 08:34:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TimSB-0002MD-QF for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 14:34:27 +0100 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 14:34:27 +0100 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 14:34:27 +0100 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 Eric Schulte gmail.com> writes: > I will make this change (in fact I had done this originally, but then > didn't want to send too many patches so I compressed the commit > history). It just occurs to me that it would be even better if you copied the file verbatim instead of renaming it as the very first step. That way the history is preserved across both files since the SHA1 for both files is the same at that commit. Then just reset the tree to the commit where you had edited the files (the first one in your two part series) and commit that set of changes. Then cherry-pick part two. > Each language file will only need to (require 'ob), only a few of the > core Babel files would actually require ob-core. Here's a diagram of > the require structure. :-) Regards, Achim.