diff options
Diffstat (limited to 'lisp/seam-export.el')
-rw-r--r-- | lisp/seam-export.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |