We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ae488 commit feb6476Copy full SHA for feb6476
templates/org.eld
@@ -25,6 +25,12 @@ org-mode
25
(format-time-string "%Y-%m-%d") n ":EXPORT_HUGO_DRAFT: false" n ":END:")
26
(rdmecollapse "*** " (p "Heading") n "#+HTML: <details> <summary> " (p "sub-heading") " </summary>" n
27
(r> "link or any comments") n n "#+HTML: </details>" n)
28
+(python & "#+begin_src python" n r n "#+end_src"
29
+ :post (org-edit-src-code))
30
+(pythonvle & "#+begin_src python :results value" n r n "#+end_src"
31
32
+(pythonotpt & "#+begin_src python :results output" n r n "#+end_src"
33
34
35
;; taken from https://github.com/minad/tempel/blob/5b09f612cfd805dba5e90bf06580583cab045499/README.org#template-file-format
36
(cptn & "#+caption: ")
0 commit comments