From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Tables and environment with parameters Date: Mon, 16 Aug 2010 14:01:46 +0200 Message-ID: References: <87eifxjv28.fsf@mundaneum.com> <87eifr8c1e.fsf@mundaneum.com> <87631095oi.fsf@mundaneum.com> <04A67F11-90B3-40D6-88CB-3B7D3572BE47@gmail.com> <87wrt07a5d.fsf@mundaneum.com> <87sk3czllw.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkyO5-0003te-Ae for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:02:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkyNz-0003rx-Np for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:01:57 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:59117) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkyNz-0003rm-J0 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:01:51 -0400 Received: by ewy28 with SMTP id 28so2396549ewy.0 for ; Mon, 16 Aug 2010 05:01:50 -0700 (PDT) In-Reply-To: <87sk3czllw.fsf@mundaneum.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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org On Jul 21, 2010, at 9:22 PM, S=E9bastien Vauban wrote: > > Two remarks, though: > > - the org-special-block must begin in column 0; otherwise, it fails. I think I fixed this now. > > - the faces applied inside the org-special-block are wrong: > > --8<---------------cut here---------------start------------->8--- > There are text properties here: > font-lock-fontified t > font-lock-multiline t > fontified t > pabbrev-added t > --8<---------------cut here---------------end--------------->8--- > > The normal faces are not applied anymore for the lines ATTR_LaTeX and > TBLNAME, among others. Yep, this is a remaining issue. Not east to solve because fontification would have to depend on wether org-special-blocks is loaded.... I'll leave that for now, too hard. - Carsten