From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: dmg <dmg@turingmachine.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: bug processing non emacs-lisp blocks
Date: Sat, 07 Aug 2021 22:24:36 +0200 [thread overview]
Message-ID: <87wnoxc8aj.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAEBXXD_VNau1=TSLAoe4WkeJfuu7FJb7KghpuJafJLp=jEhzJg@mail.gmail.com> (dmg@turingmachine.org's message of "Wed, 28 Jul 2021 20:37:01 -0700")
Hello,
dmg <dmg@turingmachine.org> writes:
> org-babel-load-file will try to tangle any source block that contains
> the substring emacs-lisp or elisp in their language.
>
> For example, the following code block will be tangled:
>
> #+begin_src emacs-lispDONOT
> (use-package "org-sidebar")
> #+end_src
>
> the following patch fixes that problem. The Regular expression should
> be more stringent, so it does match exactly the string and not a
> substring.
Thank you. I applied an equivalent patch.
Regards,
--
Nicolas Goaziou
prev parent reply other threads:[~2021-08-07 20:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-29 3:37 bug processing non emacs-lisp blocks dmg
2021-07-29 4:13 ` Tim Cross
2021-07-29 14:54 ` Maxim Nikulin
2021-08-07 20:24 ` Nicolas Goaziou [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wnoxc8aj.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=dmg@turingmachine.org \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.