Permit table generation to be disabled for a single Muse page.
commitab073af8112a8c0f8e65acc440b6a0efbb89a903
authorMichael Olson <mwolson@gnu.org>
Wed, 5 Apr 2006 16:37:13 +0000 (5 16:37 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 5 Apr 2006 16:37:13 +0000 (5 16:37 +0000)
tree5537b1c823345ecf804058810d4433987c2bbfaa
parentb6e46bf6d18851c78455a984df2f774c8cbae95f
Permit table generation to be disabled for a single Muse page.

* lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
  data, don't publish the table.

* lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.

* lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.

* lisp/muse-publish.el (muse-publish-table-fields): If the
  "disable-tables" publishing directive exists for the current page, do
  not generate a table.

* muse.texi (Tables): Mention that table generation can be disabled for a
  single page.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-90
ChangeLog.2006
lisp/muse-latex.el
lisp/muse-publish.el
lisp/muse-texinfo.el
lisp/muse-xml-common.el
muse.texi