Re: org-babel parenthesis tracking blinded by > in code block

2020-07-14 Thread Jeremie Juste
Many thanks indeed, > > I have the following settings, > > (modify-syntax-entry ?< ".") > (modify-syntax-entry ?> ".") > > in my org mode hook. This stops org from treating them as parenthesis. Best regards, Jeremie

Re: org-babel parenthesis tracking blinded by > in code block

2020-07-11 Thread Eric S Fraga
On Saturday, 11 Jul 2020 at 11:10, Jeremie Juste wrote: > I noticed that with show-paren-mode on in an org-mode buffer, > the following the opening parenthesis "(> (point) 0)" in the following > code block is not detected. [...] > If your solution to this problem. I would appreciate if you would

org-babel parenthesis tracking blinded by > in code block

2020-07-11 Thread Jeremie Juste
Hello, I noticed that with show-paren-mode on in an org-mode buffer, the following the opening parenthesis "(> (point) 0)" in the following code block is not detected. #+begin_src emacs-lisp (defun re-search-and-replace-in-buffer (regex replacement) (interactive) (save-excursion (goto-c