From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: newline element of org-emphasis-regexp-components no longer honored? Date: Tue, 08 Nov 2016 13:48:06 -0800 Message-ID: <87y40tiqy1.fsf@ericabrahamsen.net> References: <8737j1k5x2.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4EGD-0004dI-ML for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 16:48:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4EGA-00006g-K6 for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 16:48:53 -0500 Received: from [195.159.176.226] (port=43252 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4EGA-00006a-DU for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 16:48:50 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c4EFi-0006sD-4C for emacs-orgmode@gnu.org; Tue, 08 Nov 2016 22:48:22 +0100 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 Eric Abrahamsen writes: > So far as I can tell, the last element of this option is no longer > honored -- I've had it set to 3 for ages, but highlighting and export > only accept 1. I'm on Emacs git, and org-plus-contrib from Elpa. > > Does anyone else see this? > > E To provide more information, I use this to set the final element (and some other elements): (setf (nth 4 org-emphasis-regexp-components) 3) That's always done the trick in the past. I just checked `org-emph-re', and indeed it is still at the default value. Has anything changed about how this variable is set? E