[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug processing non emacs-lisp blocks
From: |
Nicolas Goaziou |
Subject: |
Re: bug processing non emacs-lisp blocks |
Date: |
Sat, 07 Aug 2021 22:24:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
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 in Thread] |
Current Thread |
[Next in Thread] |
- Re: bug processing non emacs-lisp blocks,
Nicolas Goaziou <=