[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ox-html] bug in documentation of org-html-table-row-tags
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [ox-html] bug in documentation of org-html-table-row-tags |
Date: |
Wed, 10 Apr 2013 19:04:14 +0200 |
Hello,
Achim Gratz <address@hidden> writes:
> Nicolas Goaziou writes:
>>> Sorry, but using this has quadratic complexity with the number of
>>> rows...
>>
>> That's true. But that doesn't matter unless you plan to export thousand
>> row tables. Anyway, patches welcome.
>
> I've been thinking about this… the way I currently see it is that the
> row-number should be a property of the table-row, just like the
> rwo-group is.
The row-group isn't a property of the table-row. It is computed in
`org-export-table-row-group'.
A simple optimization would be to memoize row numbers. But, as I stated
earlier, this is not the bottleneck here. Huge tables are not, IMO,
common enough to justify this.
Regards,
--
Nicolas Goaziou
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/07
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Nicolas Goaziou, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Achim Gratz, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Nicolas Goaziou, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Achim Gratz, 2013/04/10
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags,
Nicolas Goaziou <=
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09