emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] using export filters to emulate multi-column table cells?


From: Eric Abrahamsen
Subject: [O] using export filters to emulate multi-column table cells?
Date: Thu, 14 Feb 2013 13:08:50 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux)

Is there any way to use the new exporter mechanisms to emulate table
cells that span rows or columns on export? I'm envisioning something
like this:

|      | <2col>Grains  |       |
| Year | Oats          | Wheat |
| 2007 | 10lbs         | 40lbs |

Where an export filter would pick up on the <2col> cookie, replace it
with something backend-specific like \multicolumn{2}{Grains}, and then
somehow remove the following table field from export.

No clue how feasible that might be...

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]