From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: 'foo' in '# [[foo]]' not underlined Date: Tue, 21 Aug 2018 15:10:45 -0700 Message-ID: References: <23356.23837.286421.842116@frac.u-strasbg.fr> <876003h63w.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsErQ-0002n3-KV for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 18:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsErP-00072Z-Vp for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 18:10:48 -0400 Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]:45730) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fsErP-00071l-Ln for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 18:10:47 -0400 Received: by mail-lf1-x12b.google.com with SMTP id r4-v6so7711347lff.12 for ; Tue, 21 Aug 2018 15:10:47 -0700 (PDT) In-Reply-To: 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Alain.Cochard@unistra.fr ;; make links in org comments fontified (highlight-regexp org-any-link-re 'org-link) ;; fixme maybe a different re here (highlight-regexp org-ts-regexp3 'org-date) ;; fixme in comments -- fixme refactor ;; fixme is this needed? (highlight-regexp "fixme" 'red)