From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: org-agenda-current-time-string partly fontified with emphasis Date: Wed, 6 Sep 2017 16:16:45 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpjYy-0005jt-1F for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpjYt-0000td-8w for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:16:51 -0400 Received: from mail-ua0-x236.google.com ([2607:f8b0:400c:c08::236]:34983) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpjYt-0000rs-4Y for emacs-orgmode@gnu.org; Wed, 06 Sep 2017 19:16:47 -0400 Received: by mail-ua0-x236.google.com with SMTP id c27so16394424uah.2 for ; Wed, 06 Sep 2017 16:16: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: emacs-orgmode@gnu.org On 9/6/17, Samuel Wales wrote: > in the new release, org-agenda-current-time-string is partly fontified > if it contains emphasis like "=== test ===". my guess is best to not > fontify as it is not possible to > fix unless you turn it off for the entire buffer. the above is correct, but the cause is possibly related to the fact that there is an emphasis change from 9.0. before, "===" in the outline would not be fontified. now it is. can this be turned off? i use "===" specifically in the outline and would prefer it in a default font, while preserving =this emphasis=.