fixup! org-agenda-get-sexps: Improve performance

This commit is contained in:
Ihor Radchenko 2022-09-22 12:33:59 +08:00
parent d4fde298b9
commit 6a5f67567e
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -5919,7 +5919,7 @@ displayed in agenda view."
(setq b (point))
(forward-sexp 1)
(setq sexp (buffer-substring b (point)))
(setq sexp-entry (if (org-looking-at "[ \t]*\\(\\S-.*\\)")
(setq sexp-entry (if (looking-at "[ \t]*\\(\\S-.*\\)")
(buffer-substring
(match-beginning 1)
(save-excursion