Start search for quick notes position from the top

That line of code was lost to a crash … pitty.
This commit is contained in:
Daniel Borchmann 2025-11-17 16:45:48 +01:00
parent 77d1918d47
commit c7c0d1611f
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -462,6 +462,7 @@ inserted as list items."
(set-buffer (find-file db/org-default-refile-file)) (set-buffer (find-file db/org-default-refile-file))
(goto-char (point-min))
(unless (search-forward-regexp "^\f" nil t) (unless (search-forward-regexp "^\f" nil t)
(user-error "No page feed found in default refile file")) (user-error "No page feed found in default refile file"))