emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [ANN] Org Export in contrib


From: Nicolas Goaziou
Subject: Re: [O] [ANN] Org Export in contrib
Date: Mon, 28 Nov 2011 20:38:09 +0100

Carsten Dominik <address@hidden> 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



reply via email to

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