Fix finding company list header in embedded sorting script
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user