From 279a2da6d776e6a4fe104705e12a44349eb1b328 Mon Sep 17 00:00:00 2001 From: Jesse Millwood Date: Tue, 8 Oct 2024 23:08:54 -0400 Subject: [PATCH] Add #+name to the babel code blocks --- SpaceCompanies.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpaceCompanies.org b/SpaceCompanies.org index 71e415e..23ac8d5 100644 --- a/SpaceCompanies.org +++ b/SpaceCompanies.org @@ -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")