emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] *bold*text


From: address@hidden
Subject: Re: [O] *bold*text
Date: Sun, 14 Aug 2011 19:17:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110709 Thunderbird/5.0

Am 14.08.2011 18:20, schrieb Bastien:
Hi,

"address@hidden"<address@hidden>  writes:

*bold*text or /italic/text doesn't work unless you seperate those words.
You can work it around with @<b>foo@</b>bar but that'd neither be generic
nor work on multiple export-backends.

It'd be great if that'd work =)
See the docstring of `org-emphasis-regexp-components':

,----
| Components used to build the regular expression for emphasis.
| This is a list with five entries.  Terminology:  In an emphasis string
| like " *strong word* ", we call the initial space PREMATCH, the final
| space POSTMATCH, the stars MARKERS, "s" and "d" are BORDER characters
| and "trong wor" is the body.  The different components in this variable
| specify what is allowed/forbidden in each part:
|
| pre          Chars allowed as prematch.  Beginning of line will be allowed 
too.
| post         Chars allowed as postmatch.  End of line will be allowed too.
| border       The chars *forbidden* as border characters.
| body-regexp  A regexp like "." to match a body character.  Don't use
|              non-shy groups here, and don't allow newline here.
| newline      The maximum number of newlines allowed in an emphasis exp.
`----

HTH,

thank you very much!




reply via email to

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