From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: An improvement for a reading of exported HTML tables Date: Thu, 7 May 2009 15:12:44 +0200 Message-ID: <05B130C6-95DF-4AEC-B9FF-BD8AF09719E0@uva.nl> References: <440047.97592.qm@web28306.mail.ukl.yahoo.com> <87skjhgsly.fsf@brailcom.org> <62BCF64A-144E-43AB-B1EF-392EF73E960B@gmail.com> <87y6t9fazr.fsf@brailcom.org> <44287AE6-13B1-4323-B5A6-62F61BA319F8@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M23PD-0000wl-R7 for emacs-orgmode@gnu.org; Thu, 07 May 2009 09:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M23P8-0000wZ-5L for emacs-orgmode@gnu.org; Thu, 07 May 2009 09:12:54 -0400 Received: from [199.232.76.173] (port=32936 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M23P7-0000wW-Vc for emacs-orgmode@gnu.org; Thu, 07 May 2009 09:12:50 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:48915) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M23P7-0004bp-LL for emacs-orgmode@gnu.org; Thu, 07 May 2009 09:12:49 -0400 Received: by ewy6 with SMTP id 6so1112507ewy.42 for ; Thu, 07 May 2009 06:12:48 -0700 (PDT) In-Reply-To: <44287AE6-13B1-4323-B5A6-62F61BA319F8@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org On May 7, 2009, at 2:29 PM, Carsten Dominik wrote: > > On May 7, 2009, at 12:44 PM, Jan Buchal wrote: > >>>>>>> "CD" == Carsten Dominik writes: >> >> CD> On May 7, 2009, at 11:38 AM, Jan Buchal wrote: >> >>> Hello again, >>>> >>>> the problem is little bit complicate :-) I need not in first >>>> row only but by every column which contain the name of row. In >>>> the attachment you can find the example >> >> CD> That is currently not possible. >> And is it possible fix it? From the point of view of accessibility >> is a >> bug. > > I would not call it a bug, it is a limitation. Org is not a full > HTML table editor, there are many things it cannot do, including > column and row spanning, multiline fields, you name it. > >> For blind who want read the table is very difficult know which >> column or row have which meaning. > > Of coure I don't know how this works in your environment, but what > is wring with reading (listening to) the content of the field in > column 1? > > See, the problem here is that often in tables, the first column is > not a header field, but just an index number or something. While > the first lin in a table usually is a header, the first column is > not always. > > I guess we could have an option to always export the first column as > header fields. OK (setq org-export-html-table-use-header-tags-for-first-column t) HTH - Carsten