From d01692a12f5e38bd7cced93d2f91f6d4d57683c7 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Wed, 16 Apr 2025 14:16:59 -0400 Subject: Use literal regexp instead of calling org-headline-re --- lisp/seam-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/seam-export.el') diff --git a/lisp/seam-export.el b/lisp/seam-export.el index 9696eec..d0f59cc 100644 --- a/lisp/seam-export.el +++ b/lisp/seam-export.el @@ -264,7 +264,7 @@ notes)." "contents" (seam-export--to-string (insert-file-contents note-file) - (re-search-forward (org-headline-re 1)) + (re-search-forward "^\\* ") (org-mode) ;Needed for `org-set-property'. (org-set-property "seam-title-p" "t"))) (seam-export--replace-variable -- cgit v1.2.3