emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Putting in bold some letters of a word


From: Jan Böcker
Subject: Re: [Orgmode] Putting in bold some letters of a word
Date: Mon, 18 Jan 2010 01:30:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091215 Shredder/3.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]