From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: tables, comment in one line, export to html Date: Wed, 27 Apr 2016 13:45:49 +0200 Message-ID: <87fuu7l1g2.fsf@saiph.selenimh> References: <87inzdhn50.fsf@mat.ucm.es> <87r3ds71se.fsf@mat.ucm.es> <874maocnsg.fsf@torysa-worldsendless.byu.edu> <87lh40mbcm.fsf@saiph.selenimh> <87wpnkkreh.fsf@saiph.selenimh> <87shy7lbpc.fsf@saiph.selenimh> <87oa8vlb07.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avNum-0004LJ-H5 for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 07:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avNul-0007TI-Qm for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 07:45:56 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avNul-0007TE-KU for emacs-orgmode@gnu.org; Wed, 27 Apr 2016 07:45:55 -0400 In-Reply-To: (Michael Brand's message of "Wed, 27 Apr 2016 12:18:21 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Michael Brand Cc: Uwe Brauer , emacs-orgmode , "Tory S. Anderson" Michael Brand writes: > <#> will have to be considered for removal of the line too. Yes, it is really the same as alignment/width cookies. BTW, it should be possible to merge them together. E.g., one could write for a right aligned 10 characters large column not meant to be exported. This probably requires some slight changes in org-table.el. > <#> will have to be fontified like <5> as org-formula (name and > description of the face are not precise) wich is the easiest part of > the change. Shouldn't < and > in a table be fontified too? They should, as long as the first field is "/", unlike to alignment/width cookies. I wouldn't bother too much though, since fontification needs to be rewritten using the parser, once the latter get a more robust cache, that is. Regards,