emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marco Wahl <marcowahlsoft@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Editing elisp code block inserts spurious , before *
Date: Wed, 21 Aug 2019 22:06:21 +0200	[thread overview]
Message-ID: <84o90imgg2.fsf@gmail.com> (raw)
In-Reply-To: CAM1nAcz4fgd87HDKufZkPwWZdAs3K=v1FwNCsCNfRCazct=aCg@mail.gmail.com

Hi!

Immanuel Litzroth <immanuel.litzroth@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

      reply	other threads:[~2019-08-21 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 19:19 Editing elisp code block inserts spurious , before * Immanuel Litzroth
2019-08-21 20:06 ` Marco Wahl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84o90imgg2.fsf@gmail.com \
    --to=marcowahlsoft@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).