From 925c42c8fb778d44a079839dbc70aa05335d82a0 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 13 Sep 2023 20:07:03 -0400 Subject: [PATCH] Add test showing we currently are letting emacs align tables at startup. --- .../greater_element/table/align_unaligned_table.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org_mode_samples/greater_element/table/align_unaligned_table.org diff --git a/org_mode_samples/greater_element/table/align_unaligned_table.org b/org_mode_samples/greater_element/table/align_unaligned_table.org new file mode 100644 index 0000000..11a9844 --- /dev/null +++ b/org_mode_samples/greater_element/table/align_unaligned_table.org @@ -0,0 +1,6 @@ +# The STARTUP directive here instructs org-mode to align tables which emacs normally does when opening the file. Since Organic is solely a parser, we have no business editing the org-mode document so Organic does not handle aligning tables, so in order for this test to pass, we have to avoid that behavior in Emacs. +#+STARTUP: align + +|foo|bar| +|- +|lorem|ipsum|