Dan Davison writes:
> Rainer M Krug writes:
>
>> Hi
>>
>> I want to use org-mode to create a submit script for a cluster, and would
>> need
>> the first lines to be as follow:
>>
>> #!/bin/bash
>> #$ -cwd -j y
>> #$ -t 1-5
>> #$ -l mem_free=4G
>>
>> at the moment I get:
>>
>> #!/usr/bin/env sh
Hi Rainer and Dan,
I have comments below, I believe this behavior should be possible
through manipulation of some existing org-babel variables.
Dan Davison writes:
> Rainer M Krug writes:
>
>> Hi
>>
>> I want to use org-mode to create a submit script for a cluster, and would
>> need
>> the fi
Rainer M Krug writes:
> Hi
>
> I want to use org-mode to create a submit script for a cluster, and would need
> the first lines to be as follow:
>
> #!/bin/bash
> #$ -cwd -j y
> #$ -t 1-5
> #$ -l mem_free=4G
>
> at the moment I get:
>
> #!/usr/bin/env sh
> # generated by org-babel-tangle
> #
> [
Hi
I want to use org-mode to create a submit script for a cluster, and would
need the first lines to be as follow:
#!/bin/bash
#$ -cwd -j y
#$ -t 1-5
#$ -l mem_free=4G
at the moment I get:
#!/usr/bin/env sh
# generated by org-babel-tangle
#
[[file:~/Documents/Projects/BiocontrolAndAlienDynamics