diff --git a/emacs-lisp/tempel_templates.org b/emacs-lisp/tempel_templates.org index 512e8bf..60dc16a 100644 --- a/emacs-lisp/tempel_templates.org +++ b/emacs-lisp/tempel_templates.org @@ -183,9 +183,9 @@ " " n " }" n " \\end{algorithm}" n - "\\end{dummyenv}" n + "\\end{dummyenv}" q n (tempel-retpoint-here) - :post (tempel-post-edit-latex t -4)) + :post (tempel-post-edit-latex t -3)) org-mode :condition (org-inside-LaTeX-fragment-p) diff --git a/emacs-lisp/templates.lisp b/emacs-lisp/templates.lisp index 1fae6a7..1ec30d3 100644 --- a/emacs-lisp/templates.lisp +++ b/emacs-lisp/templates.lisp @@ -137,9 +137,9 @@ org-mode " " n " }" n " \\end{algorithm}" n - "\\end{dummyenv}" n + "\\end{dummyenv}" q n (tempel-retpoint-here) - :post (tempel-post-edit-latex t -4)) + :post (tempel-post-edit-latex t -3)) org-mode :condition (org-inside-LaTeX-fragment-p)