Allow headings inside tables without splicing them.
commit163e2b7cec10cf5196c1c8bb49e2cd597a004993
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 16 Jan 2011 18:06:13 +0000 (16 19:06 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Wed, 22 May 2019 18:28:13 +0000 (22 20:28 +0200)
treef8fff18fcb61af8f3f59e6b03cadfea57c900045
parentff2bf22655eda21d900f23d5e1486735812e8fe4
Allow headings inside tables without splicing them.

* lisp/org-html.el (org-format-org-table-html): recognize cross
  headings and produce appropriate hlines and formatting
* lisp/org-table.el (org-table-*): recognize cross headings
* lisp/org.el: add recognition of cross headings in regex

Cross headings are introduced via hlines that use "~" or ":" instead
of "-".  This patch is an incomplete implementation, most notably,
table (re-)alignment does not yet work.
lisp/org-table.el