Fix finding company list header in embedded sorting script

This commit is contained in:
Jesse Millwood 2024-10-08 18:26:06 -04:00
parent 5490e1b7ec
commit 7520c8f1d4

View File

@ -4,7 +4,7 @@
#+begin_src emacs-lisp :exports none
(save-excursion
(search-forward "* Companies" nil t)
(search-forward-regexp "^\* Companies" nil t)
(beginning-of-line)
(org-sort-entries nil ?a)
)