Add loadleveller template
This commit is contained in:
parent
9d5e1011ef
commit
5d86ca8376
|
@ -98,6 +98,15 @@ text-mode
|
||||||
(rot13 (p "plain text" text) n "----" n (rot13 text))
|
(rot13 (p "plain text" text) n "----" n (rot13 text))
|
||||||
(calc (p "taylor(sin(x),x=0,3)" formula) n "----" n (format "%s" (calc-eval formula)))
|
(calc (p "taylor(sin(x),x=0,3)" formula) n "----" n (format "%s" (calc-eval formula)))
|
||||||
|
|
||||||
|
(loadleveller "# @ executable = " (p "python3") n
|
||||||
|
"# @ arguments = " (p "./run.py") n
|
||||||
|
"# @ initialdir = " (p "/home/elitherl/") n
|
||||||
|
"# @ output = run.out" n
|
||||||
|
"# @ output = run.err" n
|
||||||
|
"# @ notify_user = elitherl" n
|
||||||
|
"# @ notification = complete" n
|
||||||
|
"# @ queue")
|
||||||
|
|
||||||
org-mode
|
org-mode
|
||||||
|
|
||||||
(title "#+title: " p n "#+author: " p n "#+email: ")
|
(title "#+title: " p n "#+author: " p n "#+email: ")
|
||||||
|
|
Loading…
Reference in a new issue