From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Mason Subject: Preserve tabs in tangled babel output Date: Wed, 11 Mar 2015 11:19:53 -0230 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVh1M-0006hE-GL for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:50:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVh1I-0007wy-GS for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:50:00 -0400 Received: from nina.ucs.mun.ca ([134.153.232.76]:56884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVh1I-0007wS-9Z for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 09:49:56 -0400 Received: from cryptoperthite.esd.mun.ca.esd.mun.ca (cryptoperthite.esd.mun.ca [134.153.37.33]) by nina.ucs.mun.ca (8.13.1/8.13.1) with ESMTP id t2BDnr66019776 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 11 Mar 2015 11:19:54 -0230 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 Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello: hello.f90 gfortran hello.f90 execute: hello ./a.out clean: rm -f a.out *.o #+END_SRC (stolen from John Kitchin) produces a Makefile with spaces instead of tabs. I created the content in makefile mode, with tabs, but emacs untabifies the output. How can I prevent this? Thanks, Roger Org-mode 8.2.6