From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Not LaTeX now, trying to use org-mode Date: Wed, 03 Dec 2014 11:01:36 -1000 Message-ID: References: <8761ds4lb6.fsf@skimble.plus.com> <87k328cy6b.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwH3r-0001yw-28 for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 16:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwH3i-0005d0-JA for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 16:02:11 -0500 Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:48709) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1XwH3i-0005Z5-Cx for emacs-orgmode@gnu.org; Wed, 03 Dec 2014 16:02:02 -0500 In-Reply-To: <87k328cy6b.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Wed, 03 Dec 2014 14:48:12 -0500") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos writes: > The italic paragraph spread over two lines will work, but if you spread > it over three lines, it won't. You can tweak this (and other emphasis > settings) by changing org-emphasis-regexp-components, but that's a > somewhat hazardous and error-prone process - search the list for more. Another approach might define a LaTeX environment for this, then use blocks in Org mode. The following four line paragraph gets set in italics. ,------------------------------------------------------------------------ | #+LATEX_CLASS: article | #+LATEX_HEADER: \newenvironment{myitalics}{\itshape}{\par} | | * Italic blocks | #+BEGIN_myitalics | The italic paragraph spread over two lines will work, but if you spread | it over three lines, it won't. You can tweak this (and other emphasis | settings) by changing org-emphasis-regexp-components, but that's a | somewhat hazardous and error-prone process - search the list for more. | #+END_myitalics `------------------------------------------------------------------------ hth, Tom -- Thomas S. Dye http://www.tsdye.com