[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Importing "quoted" strings in `org-babel-import-elisp-from-file'
From: |
Ihor Radchenko |
Subject: |
Re: Importing "quoted" strings in `org-babel-import-elisp-from-file' |
Date: |
Sat, 04 May 2024 19:34:51 +0000 |
Max Nikulin <manikulin@gmail.com> writes:
> you added to tests, does not cause the error since the unbalanced
> parenthesis is after first string. With the new regexp the error might
> happen for
>
> (org-babel-read "\"Quoted closing quote:\\\"" t)
>
> but it is caught by `ignore-errors'.
I added this to the tests.
> Perhaps `save-match-data' may be dropped if `string-match-p' is used
> instead of `string-match'. New code does not rely on match groups.
Done.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e09ad15a7
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: [BUG] ob-shell: results missing leading quotes, Max Nikulin, 2024/05/01
- Importing "quoted" strings in `org-babel-import-elisp-from-file' (was: [BUG] ob-shell: results missing leading quotes), Ihor Radchenko, 2024/05/01
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Max Nikulin, 2024/05/02
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Ihor Radchenko, 2024/05/03
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Max Nikulin, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Ihor Radchenko, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Max Nikulin, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Ihor Radchenko, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Max Nikulin, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file',
Ihor Radchenko <=
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Max Nikulin, 2024/05/04
- Re: Importing "quoted" strings in `org-babel-import-elisp-from-file', Ihor Radchenko, 2024/05/04