From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Re: Markup (blod for instance) over line breaks Date: Sun, 13 Oct 2013 21:58:20 +0200 Message-ID: <20088ECB-A097-4B42-BC3C-748313F4586C@gmail.com> References: <903E805A-AF87-4B12-8A26-A19CBB4CAA93@gmail.com> <20131013213833.25a6d954@aga-netbook> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVRo6-0000UU-Sl for Emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:58:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVRo0-0001i2-Ub for Emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:58:30 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:58417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVRo0-0001hy-No for Emacs-orgmode@gnu.org; Sun, 13 Oct 2013 15:58:24 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so2971342eek.17 for ; Sun, 13 Oct 2013 12:58:23 -0700 (PDT) In-Reply-To: <20131013213833.25a6d954@aga-netbook> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Emacs-orgmode@gnu.org On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote: > Dnia 2013-10-13, o godz. 20:49:30 > Dror Atariah napisa=C5=82(a): >=20 >> Dear org-moders, >>=20 >> 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*? >>=20 >> 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. >>=20 >> 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 particular long ones... Is it correct? >=20 > Not really an answer, but does visual-line-mode help in your use case? It does help. Doesn't org-mode has some sort of dedicated line-breaking = mechanism? How would you turn it into a complete solution? Best, Dror=