emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Parentheses matching in org-babel code blocks [9.3.6 (9.3.6-elpa @ /home/pholi/.emacs.d/elpa/org-9.3.6/)]
@ 2020-11-16 13:43 Philippe Olivier
  0 siblings, 0 replies; only message in thread
From: Philippe Olivier @ 2020-11-16 13:43 UTC (permalink / raw)
  To: emacs-orgmode


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.
------------------------------------------------------------------------

Some parentheses matching doesn't work properly in the elisp code blocks in org-babel. How to reproduce this bug:

1. Start emacs in quiet mode to disable all custom settings (emacs -q).
2. Enable parentheses matching (M-x show-paren-mode).
3. In the *scratch* buffer, enter the following (parentheses match correctly):
   (if (< x 2))
4. Create an org file test.org and enter the following org-babel code block (parentheses do not match correctly):
   #+BEGIN_SRC emacs-lisp
     (if (< x 2))
   #+END_SRC

Emacs  : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.17.3)
 of 2020-08-28
Package: Org mode version 9.3.6 (9.3.6-elpa @ /home/pholi/.emacs.d/elpa/org-9.3.6/)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-18 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 13:43 Bug: Parentheses matching in org-babel code blocks [9.3.6 (9.3.6-elpa @ /home/pholi/.emacs.d/elpa/org-9.3.6/)] Philippe Olivier

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).