Add test showing we currently are letting emacs align tables at startup.

This commit is contained in:
Tom Alexander 2023-09-13 20:07:03 -04:00
parent 7d4100d956
commit 925c42c8fb
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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|