emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Preserve tabs in tangled babel output
@ 2015-03-11 13:49 Roger Mason
  2015-03-11 14:56 ` Charles C. Berry
  0 siblings, 1 reply; 6+ messages in thread
From: Roger Mason @ 2015-03-11 13:49 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-11 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 13:49 Preserve tabs in tangled babel output Roger Mason
2015-03-11 14:56 ` Charles C. Berry
2015-03-11 15:09   ` John Kitchin
2015-03-11 15:28     ` Charles C. Berry
2015-03-11 16:58       ` John Kitchin
2015-03-11 16:05     ` Roger Mason

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).