branch: externals/valign
commit 36c8891e4a5e2a14b2923e042cf667e5c66b094b
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
New files
* README.org: New file.
* table.png: New file.
---
README.org | 8 ++++++++
table.png | Bin 0 -> 73384 bytes
2 files changed, 8 insertions(+)
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..7badfa7
--- /dev/null
+++ b/README.org
@@ -0,0 +1,8 @@
+#+TITLE: Valign.el
+
+[[./table.png]]
+
+This package provides visual alignment for Org tables on GUI Emacs. It can
properly align tables containing variable-pitch font, CJK characters and
images. In the meantime, the text-based alignment generated by Org mode is left
untouched.
+
+To use this package, load it and run =M-x valign-setup RET=. And any Org
tables in Org mode should be automatically aligned. If you want to align a
table manually, run =M-x valign-table RET= on a Org table.
+
diff --git a/table.png b/table.png
new file mode 100644
index 0000000..047cba2
Binary files /dev/null and b/table.png differ