From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: [BUG] R src blocks untabify literal constant TABs Date: Sun, 11 Oct 2015 10:06:26 -0700 Message-ID: References: <87r3low81u.fsf@nicolasgoaziou.fr> <87vbaijve9.fsf@nicolasgoaziou.fr> <87io6hie0z.fsf@nicolasgoaziou.fr> <87ziztpa09.fsf@nicolasgoaziou.fr> <87wpuxp4r7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="0-1508120003-1444583187=:547" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlK5G-00022Q-Gy for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 13:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlK5D-00077w-AT for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 13:06:54 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:12851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlK5D-00074q-1m for emacs-orgmode@gnu.org; Sun, 11 Oct 2015 13:06:51 -0400 In-Reply-To: <87wpuxp4r7.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org-Mode mailing list This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1508120003-1444583187=:547 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Sun, 11 Oct 2015, Nicolas Goaziou wrote: > > What about the following: > > ‘org-src-preserve-indentation’ By default, the value is ‘nil’, which > means that code blocks evaluated during export or tangled are > indented according to context, possibly altering leading > sequences of spaces and tab characters in the process. When > non-nil, indentation is relative to left column, and therefore, > not modified during export or tangling. This variable is > especially useful for tangling languages such as Python, in which > whitespace indentation in the output is critical. > I think that is correct. Chuck --0-1508120003-1444583187=:547--