From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: TAB character in source code blocks Date: Thu, 09 Sep 2010 09:52:04 -0500 Message-ID: <4C88F494.1080509@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39367 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtiUE-0004mR-D8 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:52:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtiTx-0004yC-6U for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:52:13 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1701) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtiTx-0004xs-0H for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:52:09 -0400 Received: from tadpole.ccbr.umn.edu (tadpole.ccbr.umn.edu [128.101.116.26]) by walleye.ccbr.umn.edu (8.9.3p2/8.9.3) with ESMTP id JAA05569 for ; Thu, 9 Sep 2010 09:52:07 -0500 (CDT) Received: from iron.ccbr.umn.edu (iron.ccbr.umn.edu [128.101.116.194]) by tadpole.ccbr.umn.edu (8.9.3/8.9.3) with ESMTP id JAA28801 for ; Thu, 9 Sep 2010 09:52:05 -0500 (CDT) 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 Hello, I'm using org source blocks to write a Makefile. #+begin_src makefile :tangle Makefile target: dependencies command #+end_src At least in GNU make, commands must start with a TAB. However, after I close the code edit buffer with C-c ', the resulting whitespace in the org-mode buffer, and thus the tangled Makefile, is spaces and not a tab. I haven't looked into what's causing this yet, wondering if anyone else has come across this already and found a solution? Thanks, Erik