Open benbellick opened 2 weeks ago
This might not be either of the yasnippets packages. It looks from your report like the snippet inserts correctly. (It appears similar on my Emacs 29.4, though without the error message.)
It sounds like your org-mode is attempting to evaluate the empty source code block, but is somehow slightly mis-configured.
Explore whether the same thing happens if you bypass yasnippet and run
C-c C-,
and type s
(command org-insert-structure-template
)
Forwarding from https://github.com/joaotavora/yasnippet/issues/1203
Not sure if the cause is here, or the
yassnippet
package itself. Please let me know if you need any additional info. Thanks!