From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doyley, Marvin M." Subject: Fwd: Emphasizing multiple lines Date: Thu, 5 Jun 2014 03:18:08 +0000 Message-ID: <64451C05-8257-46C8-92C9-093973BA434B@ur.rochester.edu> References: <2F0A2ED6-48A0-4764-A33B-48AB87C5FCC5@ur.rochester.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsOCA-0005SL-V0 for emacs-orgmode@gnu.org; Wed, 04 Jun 2014 23:18:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsOC3-00016Y-Ep for emacs-orgmode@gnu.org; Wed, 04 Jun 2014 23:18:26 -0400 Received: from mail-bl2lp0206.outbound.protection.outlook.com ([207.46.163.206]:26145 helo=na01-bl2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsOC3-000169-9F for emacs-orgmode@gnu.org; Wed, 04 Jun 2014 23:18:19 -0400 Content-Language: en-US Content-ID: <7E7C40F5691A044BA30D9D2025898A95@namprd07.prod.outlook.com> 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: "eric@ericabrahamsen.net" Cc: "emacs-orgmode@gnu.org" >=20 >> Check out the docstring for org-emphasis-regexp-components -- the fifth >> element determines how many newlines can be spanned by emphasis markers. >> For instance, I've got: >>=20 >> (setf (nth 4 org-emphasis-regexp-components) 3) >=20 >> Hope that helps. >=20 >> E >=20 > Hi Eric, >=20 > This works like a charm. The only snag is that I have to refill the parag= raph to get it to work. > Is there a way around this ? >=20 > cheers, > M >=20