Carsten Dominik <carsten.domi...@gmail.com> writes: >>>> 9. Table.el tables will always use their own export back-end. In other >>>> words, no Org syntax will be recognized in such table anymore. >>>> A table.el is an extraneous element while the parser is meant to >>>> parse Org syntax. >> >>> Maybe we should see if there is a hook in table.el which could >>> be called to format text in a backend specific way. If it is not >>> there, maybe we can simply introduce it ourselves, or add some >>> advice for this purpose.... >> >> Ok. If anyone can look at it and determine the right thing to do, I will >> merge it into the exporter code. > > I will try to look at this possibility.
Also, note that tables come with the `:type' property, which tells whether it is a table-el or not (it is either `org' or `table.el'). Thus, back-ends can already implement special actions when type is `table.el'. Isn't is sufficient? Regards, -- Nicolas Goaziou