Skip to content

Commit 0821183

Browse files
committed
style: move lines
Now the templates are on line 22, under the GNU Plot one, grouping the `src` blocks together.
1 parent b49900d commit 0821183

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: templates/org.eld

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ org-mode
1919
:post (org-edit-src-code))
2020
(gnplt & "#+begin_src gnuplot :var data=" (p "table") " :file " (p "plot.png") n r n "#+end_src"
2121
:post (org-edit-src-code))
22-
(vrs & "#+begin_verse" n> r> n> "#+end_verse")
23-
(rdnly ":tangle yes :tangle-mode (identity #o444) :mkdirp yes" n)
24-
(oxhugo & ":PROPERTIES:" n ":EXPORT_FILE_NAME: " (p "Simple Filename") n ":EXPORT_DATE: "
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)
2822
(py_ & "#+begin_src python" n r n "#+end_src"
2923
:post (org-edit-src-code))
3024
(py_vl & "#+begin_src python :results value" n r n "#+end_src"
3125
:post (org-edit-src-code))
3226
(py_otpt & "#+begin_src python :results output" n r n "#+end_src"
3327
:post (org-edit-src-code))
28+
(vrs & "#+begin_verse" n> r> n> "#+end_verse")
29+
(rdnly ":tangle yes :tangle-mode (identity #o444) :mkdirp yes" n)
30+
(oxhugo & ":PROPERTIES:" n ":EXPORT_FILE_NAME: " (p "Simple Filename") n ":EXPORT_DATE: "
31+
(format-time-string "%Y-%m-%d") n ":EXPORT_HUGO_DRAFT: false" n ":END:")
32+
(rdmecollapse "*** " (p "Heading") n "#+HTML: <details> <summary> " (p "sub-heading") " </summary>" n
33+
(r> "link or any comments") n n "#+HTML: </details>" n)
3434

3535
;; taken from https://github.com/minad/tempel/blob/5b09f612cfd805dba5e90bf06580583cab045499/README.org#template-file-format
3636
(cptn & "#+caption: ")

0 commit comments

Comments
 (0)