Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Jambunathan K writes: > Our understanding matches. For the sake of clarity, here it is: > > For simple tables, > 1. org-export-prefer-native-exporter-for-tables => Non-nil => Use the >HTML code generator in table.el => HTML *source code* has Lots of >  > > 2. org-export-prefer-native-expo

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Jambunathan K
Manuel Giraud writes: > Manuel Giraud writes: > >> But AFAIU, with org-export-prefer-native-exporter-for-tables to nil, >> simple table stays in HTML, no? > > simple Our understanding matches. For the sake of clarity, here it is: For simple t

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Manuel Giraud writes: > But AFAIU, with org-export-prefer-native-exporter-for-tables to nil, > simple table stays in HTML, no? simple -- Manuel Giraud

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Hi, I've tried your patch and the output is prettier afterward. I'm not a HTML tables expert but all those   in output seems scary. But AFAIU, with org-export-prefer-native-exporter-for-tables to nil, simple table stays in HTML, no? Best regards, -- Manuel Giraud

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-24 Thread Jambunathan K
> org-html.el: Fix export of table.el tables. The original mail contains an org file as an attachment which contains sample table.el tables used for sanitizing the patch. Forgot to add this note to my earlier mail. Jambunathan K. --