From 1c6cb57585fbb1d6dbe28adea294f12297406382 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 1 Jun 2007 03:01:24 +0000 Subject: [PATCH] NEWS: Add example for setting `muse-html-table-attributes' 2007-05-31 Michael Olson * NEWS: Add example for setting `muse-html-table-attributes'. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-328 --- ChangeLog | 2 ++ NEWS | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index db14947..cc46356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-05-31 Michael Olson + * NEWS: Add example for setting `muse-html-table-attributes'. + * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring. Publish multiple tbody tags if there is a horizontal separator after the heading, because that is valid HTML after all. diff --git a/NEWS b/NEWS index fc69567..2465bb4 100644 --- a/NEWS +++ b/NEWS @@ -379,6 +379,13 @@ information, consult the Org Mode manual. | Pete | 1234 | 25 | | Sara | 4321 | 22 | +If you are used to the way that Org Mode publishes these tables, then +customize `muse-html-table-attributes' to: + + border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides" + +in order to get a similar kind of output. + **** Allow empty elements in tables. **** Allow initial and trailing whitespace in tables, but strip it -- 2.11.4.GIT