Bernt Hansen writes:
> Michael Hannon writes:
>
>>
>> I was hoping that there might be some kind of customization possible:
>>
>> (setq leave-the-bleeping-tabs-alone t)
>
> (setq org-src-preserve-indentation t)
>
> maybe?
>
> -Bernt
>
>>
>> I looked through ob-tangle.el but didn't see anyth
Bernt Hansen wrote:
>Michael Hannon writes:
>
>>
>> I was hoping that there might be some kind of customization possible:
>>
>> (setq leave-the-bleeping-tabs-alone t)
>
> (setq org-src-preserve-indentation t)
>
> maybe?
>
Woo hoo! Thanks, Bernt. This seems to work. See the appended for a
Michael Hannon writes:
>
> I was hoping that there might be some kind of customization possible:
>
> (setq leave-the-bleeping-tabs-alone t)
(setq org-src-preserve-indentation t)
maybe?
-Bernt
>
> I looked through ob-tangle.el but didn't see anything obvious. (This is
> neither surprisin
Michael Hannon wrote:
>
>Thomas S. Dye wrote:
>>
>>> Greetings. I was trying to set up a little demo in which I included a
>>> Makefile inside a "sh" source-code block in an Org-mode file, then tangled
>>> the file and ran "make" on the tangled file (either in the actual shell or
>>> in another
Thomas S. Dye wrote:
>
>> Greetings. I was trying to set up a little demo in which I included a
>> Makefile inside a "sh" source-code block in an Org-mode file,
>> then tangled the file and ran "make" on the tangled file (either in the
>> actual shell or in another sh block in Org).
>>
>> It appe
Michael Hannon writes:
> Greetings. I was trying to set up a little demo in which I included a
> Makefile inside a "sh" source-code block in an Org-mode file, then tangled the
> file and ran "make" on the tangled file (either in the actual shell or in
> another sh block in Org).
>
> It appears t
Greetings. I was trying to set up a little demo in which I included a
Makefile inside a "sh" source-code block in an Org-mode file, then tangled the
file and ran "make" on the tangled file (either in the actual shell or in
another sh block in Org).
It appears that Org is removing tabs when it tan