From 484cd03636cce11c5dd48dc1c32a7920d2fdeb02 Mon Sep 17 00:00:00 2001 From: Jesse Millwood Date: Tue, 8 Oct 2024 23:09:51 -0400 Subject: [PATCH] Add Readme --- Readme.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Readme.org diff --git a/Readme.org b/Readme.org new file mode 100644 index 0000000..8a889e5 --- /dev/null +++ b/Readme.org @@ -0,0 +1,13 @@ +#+title: Space Company Database +#+startup: showall indent +#+options: toc:nil + +* Overview +This is a database of space companies. The information is tracked in an org +file, which contains embedded lisp babel code blocks that export the company +information to a csv file. + +* Generate CSV file +To generate the CSV file open the [[file:SpaceCompanies.org][SpaceCompanies.org]] file in Emacs. Navigate +your point to the end of the =export_block= babel block and type =C-c C-c= to +execute the block.