Re: [O] Preserve tabs in tangled babel output

2015-03-12 Thread John Kitchin
No I meant to confirm that it does work for me with that setting. On Wednesday, March 11, 2015, Charles C. Berry ccbe...@ucsd.edu wrote: 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

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Charles C. Berry
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

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Roger Mason
Thank you Charles Berry and John Kitchin for your replies. John Kitchin jkitc...@andrew.cmu.edu writes: I have org-src-preserve-indentation set to t. Charles C. Berry writes: On Wed, 11 Mar 2015, Roger Mason wrote: Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello:

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread Charles C. Berry
On Wed, 11 Mar 2015, Roger Mason wrote: 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

Re: [O] Preserve tabs in tangled babel output

2015-03-11 Thread John Kitchin
I have org-src-preserve-indentation set to t. Charles C. Berry writes: On Wed, 11 Mar 2015, Roger Mason wrote: Hello, This code: #+BEGIN_SRC makefile :tangle Makefile hello: hello.f90 gfortran hello.f90 execute: hello ./a.out clean: rm -f a.out *.o

[O] Preserve tabs in tangled babel output

2015-03-11 Thread Roger Mason
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