diff --git a/SpaceCompanies.org b/SpaceCompanies.org index 977020b..c501c38 100644 --- a/SpaceCompanies.org +++ b/SpaceCompanies.org @@ -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) )