Carsten Dominik <carsten.domi...@gmail.com> writes:
>> OK, found it.  It was in my .emacs which I didn't use for ages...
>>
>> But:
>>
>>  <colgroup><col align="right" /></colgroup><colgroup><col align="left"
>> /></colgroup><colgroup><col align="left" /></colgroup>
>>
>> must be:
>>
>>  <colgroup><col align="right" /><col align="left" /><col align="left"
>> /></colgroup>
>>
>>
>> i.e. "<colgroup>" and "</colgroup>" have to occur only once each and
>> wrap the "<col ... />" definitions.
>>
>> The </colgroup> after each "<col ... />" happens only for the second
>> table.
>
> Hi Sebastian,
>
> Are you sure about this?  Because the <> is special syntax for Org to define
> column groups, and I believe it is OK to have multiple column groups in
> a table.

No....

I've checked, and it is indeed valid!

Oups...

I've never seen it anywhere....


Everything is fine then.  Thanks again for the fix!


   Sebastian


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to