From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Text emphasize with fill-paragraph ?
Date: Tue, 25 Feb 2014 10:49:41 -0500 [thread overview]
Message-ID: <87bnxvnqei.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: BLU181-W66B0056BEC8D813D983AC9A810@phx.gbl
Martin Leduc <mart_00@hotmail.com> writes:
> Hi,
> to be more specific, I can emphasize a maximum of two lines within a filled paragraph of any length.
>
> Thanks, now I can reproduce, at least... ;)
>
If you want more, you need to customize org-emphasis=regexp-components,
in particular the maximum number of newlines allowed. The doc says:
,----
| org-emphasis-regexp-components is a variable defined in `org.el'.
| Its value is (" ('\"{" "- .,:!?;'\")}\\" "
| ,\"'" "." 1)
|
| Documentation:
| 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.
|
| You need to reload Org or to restart Emacs after customizing this.
`----
Also check Oleh's method of customizing this variable: it's much less
error prone than doing it by hand. See
http://thread.gmane.org/gmane.emacs.orgmode/82571/focus=82669
>> From: lexi.baier@gmail.com
>> To: mart_00@hotmail.com
>> CC: emacs-orgmode@gnu.org
>> Subject: Re: Text emphasize with fill-paragraph ?
>> Date: Tue, 25 Feb 2014 15:22:32 +0100
>>
>> I remember a post from some time ago, where someone reported that this
>> kind of formatting only worked for filled paragraphs under 3 lines
>> long. Sadly I cannot find said post now. Is this the same for you?
>>
>> I don't know if this a bug or not.
>>
>> On 2014-02-21 16:31 Martin Leduc wrote:
>> > Hi all,
>> >
>> > I don't know whether it is a bug, an unimplemented feature or simply
>> > that I use it wrongly, but I can't emphasize text (with // ** or _ _)
>> > within a filled paragraph. Moreover, sometime I get it to work but I'm
>> > not sure how to reproduce.
>> >
Nick
prev parent reply other threads:[~2014-02-25 15:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 15:31 Text emphasize with fill-paragraph ? Martin Leduc
2014-02-25 14:22 ` Alexander Baier
2014-02-25 14:54 ` Martin Leduc
2014-02-25 15:49 ` Nick Dokos [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnxvnqei.fsf@alphaville.bos.redhat.com \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).