diff --git a/templates b/templates index 47607ca..665d98d 100644 --- a/templates +++ b/templates @@ -98,6 +98,15 @@ text-mode (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))) +(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 (title "#+title: " p n "#+author: " p n "#+email: ")