Add #+name to the babel code blocks

This commit is contained in:
Jesse Millwood 2024-10-08 23:08:54 -04:00
parent 05401cc596
commit 279a2da6d7

View File

@ -2,6 +2,7 @@
#+startup: showall indent
#+options: toc:nil prop:t
#+name: alphabatize_company_list
#+begin_src emacs-lisp :exports none
(save-excursion
(search-forward-regexp "^\* Companies" nil t)
@ -10,6 +11,7 @@
)
#+end_src
#+name: export_block
#+begin_src emacs-lisp :exports none
(setq export-file "SpaceCompanies.csv")