[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] italicise across lines
From: |
William Gardella |
Subject: |
Re: [O] italicise across lines |
Date: |
Fri, 25 May 2012 16:58:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Enda <address@hidden> writes:
> Is there is a way to italicise across lines like
>
> /italicised
> text/
>
> rather than
>
> /italicised/
> /text/
Actually, Org will italicize items like your first example, but only for
blocks of text of up to two lines in length. For a longer block you
want italicized, you would likely be better off using a
#+BEGIN_QUOTE...#+END_QUOTE block and then tweaking your exporter to
handle putting QUOTE blocks into italics.