Next: Multiple Projects, Previous: Convenience Features, Up: Top
To get fancy table markup, add:
(require 'emacs-wiki-table)
to your .emacs. In your wiki source files, you can now make tables that look like this:
+------------------------------------------------------------------+
| A table header |
+-------------------------------+----------------------------------+
| Column 1 | Column 2 |
+-------------------------------+----------------------------------+
|Some text here |More text here, even wrapping to |
| |the next line |
+-------------------------------+----------------------------------+
|Some text here |More text here, even wrapping to |
| |the next line |
+-------------------------------+----------------------------------+
See table.el for more information.
emacs-wiki-table.el does not add any interactive functions or keybindings.