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|