From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: emphasis borders, double quotes, and export Date: Sun, 06 Apr 2014 21:04:32 +0200 Message-ID: References: <87ha6iqoaq.fsf@gmail.com> <874n289avq.fsf@gmail.com> <877g746py8.fsf@gmail.com> <87y4zik0lj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWsNV-0003g3-6n for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 15:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWsNO-00007i-Vi for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 15:05:12 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:11253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWsNO-00005L-Ot for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 15:05:06 -0400 In-Reply-To: <87y4zik0lj.fsf@gmail.com> (Nicolas Goaziou's message of "Sun, 06 Apr 2014 16:13:12 +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: Nicolas Goaziou Cc: emacs-orgmode Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I assume the problem is that I want to change only one field of >> `org-emphasis-regexp-components' but it's not possible to do so because >> it's not defined before org is loaded. >> >> I guess one way to proceed is to split up >> `org-emphasis-regexp-components' into its four components, to be able to >> change only the one I need. Would such a patch be accepted? > > This is not needed. You can redefine the four components with an initial > setq: > > (setq org-emphasis-regexp-components > '(" \t('\"{" "- \t.,:!?;'\")}\\" your-own-string "." 1)) Thanks, I'm aware this works. I was trying not to manually set some default values so that, if default changes, I would benefit from the change. But from what I understand there is not really a choice here without changing org. Thanks again, Alan