emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Editing elisp code block inserts spurious , before *


From: Marco Wahl
Subject: Re: [O] Editing elisp code block inserts spurious , before *
Date: Wed, 21 Aug 2019 22:06:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hi!

Immanuel Litzroth <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]