emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Re: Markup (blod for instance) over line breaks
Date: Mon, 14 Oct 2013 13:11:59 +0800	[thread overview]
Message-ID: <87vc10jv1c.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 903E805A-AF87-4B12-8A26-A19CBB4CAA93@gmail.com

Dror Atariah <drorata@gmail.com> writes:

> Dear org-moders,
>
> It might be terribly simple, but I failed to find a solution. How can
> I mark several words as bold (or emphasized or any similar markup),
> in particular if the words spans over *more then one line*?
>
> A similar problem can occur when one is pasting a long line into an
> org-mode buffer and then, after it is being broken into shorter
> lines, you try to make it bold.
>
> The documentation (http://orgmode.org/org.html#Emphasis-and-monospace
> ) states that this kind of markup is aimed at words - so it might not
> support sentences and in particula r long ones... Is it correct?
>
> Thanks in advance,
> Dror

I use autofill mode, and then change the value of
`org-emphasis-regexp-components'. That variable is a list, the fifth
element of which says how many newlines the emphasis markers will allow.
I set it to three:

(setf (nth 4 org-emphasis-regexp-components) 3)

Hope that helps,
Eric

  parent reply	other threads:[~2013-10-14  5:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-13 18:49 Markup (blod for instance) over line breaks Dror Atariah
2013-10-13 19:38 ` Marcin Borkowski
2013-10-13 19:58   ` Dror Atariah
2013-10-13 20:22     ` Marcin Borkowski
2013-10-14  6:53       ` Dror Atariah
2013-10-14 20:14         ` Marcin Borkowski
2013-10-14  5:11 ` Eric Abrahamsen [this message]
2013-10-14  6:55   ` Dror Atariah
2013-10-14  8:19     ` Eric Abrahamsen

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=87vc10jv1c.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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).