Hi! Immanuel Litzroth <immanuel.litzr...@gmail.com> writes:
> Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org mailing list. > ------------------------------------------------------------------------ > > When editing this block with C- ' > > +BEGIN_SRC emacs-lisp :lexical t :tangle elisp.el > (defvar *a-var* "blah") > (defun v() > (interactive) > *a-var*) > #+END_SRC > > On return it adds a , before the *a-var* > > #+BEGIN_SRC emacs-lisp :lexical t :tangle elisp.el > (defvar *a-var* "blah") > (defun v() > (interactive) > ,*a-var*) > #+END_SRC Confirmed. Possibly the "escaping" of the star can be refined. But is it worth the effort? Is there an issue apart from the cosmetic annoyance? Ciao, Marco