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.