Re: [Orgmode] [babel] Need different beginning for tangled script

2010-02-03 Thread Dan Davison
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

Re: [Orgmode] [babel] Need different beginning for tangled script

2010-02-03 Thread Eric Schulte
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

Re: [Orgmode] [babel] Need different beginning for tangled script

2010-02-03 Thread Dan Davison
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 > # > [

[Orgmode] [babel] Need different beginning for tangled script

2010-02-03 Thread Rainer M Krug
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