Support table.el-style tables
commit0ed0c40d87fdec45e71222aaf84161fc6cf18cc3
authorMichael Olson <mwolson@gnu.org>
Sun, 3 Jun 2007 03:20:25 +0000 (3 03:20 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 3 Jun 2007 03:20:25 +0000 (3 03:20 +0000)
treefd8fd5b94cca1dc2446c5e01476dad1a4c92522f
parent92c401c395a6cbbdbd7ee49788acc3a23b89012d
Support table.el-style tables

* NEWS: Mention support for table.el-style tables.

* lisp/muse-publish.el (muse-publish-markup-regexps): Move normal table
  rule to 2350.  Rule 2300 is now a regexp that matches table.el-style
  tables.
  (muse-publish-markup-functions): Add table-el entry.
  (muse-publish-table-el-table): New function that given a variant,
  publishes a table.el-style table using the table in the matched region.
  (muse-publish-markup-table-el): New function that determines whether
  the table.el-style table can be published, and what variant to use.

* lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches the
  borders of table.el-style tables.

* lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that the
  table has sufficient whitespace in front of it.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-333
ChangeLog
NEWS
lisp/muse-publish.el
lisp/muse-regexps.el
lisp/muse-xml-common.el