summary history branches tags files
commit:98da4e926cc30873564a81443e9b08515beaec95
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Aug 29 21:42:37 2024 +0200
parents:e51128c92d16383fe4f51f2b04b6ebfc2d0de6dc
update README for org-mode
diff --git a/README.md b/README.md
line changes: +15/-0
index baeda0a..cf5a1ba
--- a/README.md
+++ b/README.md
@@ -72,9 +72,24 @@ the next and previous row by an f-stop fraction.  `--stops` and
 
 `$ fstop-print-calc 16 --stops 3 --csv --table-stops 3 --table-fraction 3`
 
+Instead of exporting the CSV as explicit values, you can export it as
+cell formulas instead with `--formulas`.  This produces a spreadsheet
+with the centermost-cell as the base time, which can be changed at
+will and all other cells will update accordingly.
+
+`$ fstop-print-calc 16 --stops 3 --csv --table-stops 3 --table-fraction 3 --formulas`
+
 You can add `--relative` to any combination to display the
 calculations relative to the base time instead of as absolute times.
 
+`$ fstop-print-calc 16 --stops 3 --csv --table-stops 3 --table-fraction 3 --relative`
+
+You can export it as an Emacs org-mode table with `--org`.  All of the
+table options are also available for org-mode: `--table-stops`,
+`--table-fraction`, `--formulas`, and `--relative`.
+
+`$ fstop-print-calc 16 --stops 3 --org --table-stops 3 --table-fraction 3 --formulas`
+
 
 # The math