From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation Date: Tue, 12 Oct 2010 23:03:08 -0600 Message-ID: <877hhmy96b.fsf@gmail.com> References: <87bp6z8nrp.fsf@stats.ox.ac.uk> <87iq17tld4.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39112 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5tcC-0005xV-T4 for emacs-orgmode@gnu.org; Wed, 13 Oct 2010 01:11:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5tWj-0007Uy-NG for emacs-orgmode@gnu.org; Wed, 13 Oct 2010 01:05:22 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:62231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5tWj-0007Ul-HG for emacs-orgmode@gnu.org; Wed, 13 Oct 2010 01:05:21 -0400 Received: by pwj3 with SMTP id 3so1093722pwj.0 for ; Tue, 12 Oct 2010 22:05:20 -0700 (PDT) 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: Achim Gratz Cc: emacs-orgmode@gnu.org Fixed, Thanks -- Eric Achim Gratz writes: > This commit produces a warning from the byte compiler on Emacs 23.1: > > In org-babel-expand-body:python: > ob-python.el:60:29:Warning: reference to free variable > `org-src-preserve-indentation' > Wrote /home/gratz/lisp/org-mode/lisp/ob-python.elc > > > Achim.