From 85f8e1d80963bc717abb8bf160274455093e3b6f Mon Sep 17 00:00:00 2001 From: Vitalii <4005032+Crandel@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:17:40 +0100 Subject: [PATCH] Update org template (#62) --- templates/org.eld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/org.eld b/templates/org.eld index 70f1d9a..b819637 100644 --- a/templates/org.eld +++ b/templates/org.eld @@ -7,7 +7,7 @@ org-mode (bgn & "#+begin_" (s name) n r n "#+end_" name) (exmpl & "#+begin_example" n> r> n> "#+end_example") (cntr & "#+begin_center" n> r> n> "#+end_center") -(comm & "#+begin_comment" n> r> n> "#+end_comment") +(cmm & "#+begin_comment" n> r> n> "#+end_comment") (mrginnte & "#+begin_marginnote" n> r> n "#+end_marginnote") (qt & "#+begin_quote" n> r> n> "#+end_quote") (sdnt & "#+begin_sidenote" n> r> n "#+end_sidenote")