From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SmFuIELDtmNrZXI=?= Subject: Re: Putting in bold some letters of a word Date: Mon, 18 Jan 2010 01:30:35 +0100 Message-ID: <4B53ABAB.1000705@jboecker.de> References: <87hbqkpc2h.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWfWX-0006pT-6A for emacs-orgmode@gnu.org; Sun, 17 Jan 2010 19:31:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWfWR-0006pH-OR for emacs-orgmode@gnu.org; Sun, 17 Jan 2010 19:31:15 -0500 Received: from [199.232.76.173] (port=35529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWfWR-0006pE-Ic for emacs-orgmode@gnu.org; Sun, 17 Jan 2010 19:31:11 -0500 Received: from mail7.worldserver.net ([217.13.200.27]:55213) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NWfWP-0000sP-UA for emacs-orgmode@gnu.org; Sun, 17 Jan 2010 19:31:10 -0500 In-Reply-To: <87hbqkpc2h.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?UTF-8?B?U8OpYmFzdGllbiBWYXViYW4=?= Cc: emacs-orgmode@gnu.org On 18.01.2010 00:05, Sébastien Vauban wrote: > I've tried the following: > > --8<---------------cut here---------------start------------->8--- > Es *A*\~lfonso. > Es *B*\,enito. > Es *C*\{\}armen. > Es *C*hago. > --8<---------------cut here---------------end--------------->8--- > [snip] > > I guess it's possible to change some variable in order to let Org recognize > the bold parametrization. Play around with the variable org-emphasis-regex-components. For example, try changing "Allowed chars in post" from "- .,:!?;'\")}\\" to "a-z- .,:!?;'\")}\\". If you want to know the regex Org constructs from this variable and org-emphasis-alist: M-: org-emph-re RET > Is it bad doing so? I don't know, but I guess if there is a customization option, it is intended to be customizable :) > If yes, I guess I can BIND the var just to do that in *that* document? There seems to be a general feature of Emacs that lets you do that: http://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html HTH, Jan