emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Preserve tabs in tangled babel output


From: Roger Mason
Subject: [O] Preserve tabs in tangled babel output
Date: Wed, 11 Mar 2015 11:19:53 -0230
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]