Carsten Dominik <[email protected]> writes:
> Hi Sebastian,
>
> my guess would be that you have customized the td and th tags? If yes, please
> reset the customization, you need the new default values (which you then can
> still modify).
>
> Please check the variables org-export-table-header-tags and
> org-export-table-data-tags.
I've checked them, but they are not customized:
Hide Org Export Table Data Tags:
Opening tag: <td%s>
Closing tag: </td>
State : STANDARD.
Hide Org Export Table Header Tags:
Opening tag: <th scope="%s">
Closing tag: </th>
State : STANDARD.
The export of the OPs table works as expected. But the table I've sent
is different in that it just uses empty `<>' marks for grouping and
creating lines.
Sebastian
>> | | A | B | C |
>> |---+-----+------+------|
>> | | 1 | bar | text |
>> | | 12 | test | 300 |
>> | | 9 | foo | 4 |
>> | / | <> | <> | <> |
>>
>>
>> now gives me:
>>
>> <table border="0" cellspacing="0" cellpadding="6" rules="groups"
>> frame="hsides">
>> <caption></caption>
>> <colgroup><col align="right" /></colgroup>
>> <colgroup><col align="left" /></colgroup>
>> <colgroup><col align="left" /></colgroup>
>> <thead>
>>
>>
>> and I have no style attributes in the <td> tags.
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode