From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Links in #+caption: lines Date: Tue, 09 Jun 2015 09:22:24 +0200 Message-ID: <87oakpgxcf.fsf@nicolasgoaziou.fr> References: <87a8wh824p.fsf@gmx.us> <87fv685yi7.fsf@gmx.us> <87iob2ln8e.fsf@gmx.us> <87bngufxqh.fsf@nicolasgoaziou.fr> <87lhfy2m82.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2DqI-0000bC-SL for emacs-orgmode@gnu.org; Tue, 09 Jun 2015 03:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2DqH-00053j-MV for emacs-orgmode@gnu.org; Tue, 09 Jun 2015 03:21:02 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2DqH-0004yH-Ej for emacs-orgmode@gnu.org; Tue, 09 Jun 2015 03:21:01 -0400 In-Reply-To: <87lhfy2m82.fsf@gmx.us> (rasmus@gmx.us's message of "Fri, 05 Jun 2015 17:45:01 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org, tsd@tsdye.com, Kaushal Rasmus writes: > Would it be possible to specify inheritance priority? So that e.g. link > would retain the blue coloring? One solution would be to split fontification of raw keywords and blocks OTOH and blocks that can contain Org data OTOH, as suggested by Kaushal (, Cc'ed). Link fontification would happen after the latter, but before the former. Anyway, after 8.3 release (or maybe 8.4 depending on the bugs encountered), we'll have to drop regexp fontification for parser fontification so this problem will simply disappear. Regards,