From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Preserve tabs in tangled babel output Date: Wed, 11 Mar 2015 08:28:04 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YViYO-0006xC-MX for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 11:28:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YViYJ-0004Dc-C7 for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 11:28:12 -0400 Received: from iport-acv4-out.ucsd.edu ([132.239.0.7]:7365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YViYI-0004Cz-Va for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 11:28:07 -0400 In-Reply-To: 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: John Kitchin Cc: Roger Mason , emacs-orgmode@gnu.org On Wed, 11 Mar 2015, John Kitchin wrote: > I have org-src-preserve-indentation set to t. Are you saying this does not work on your setup? When I copy/paste Roger's source block into a buffer, issue `(setq-local org-src-preserve-indentation t)' in the buffer, put tabs before the indented lines (there were only spaces in the gnus *Article..* buffer), and tangle, the tabs are seen in the output file. Chuck