From: tsd@tsdye.com (Thomas S. Dye)
To: Nick Dokos <ndokos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Not LaTeX now, trying to use org-mode
Date: Wed, 03 Dec 2014 11:01:36 -1000 [thread overview]
Message-ID: <m2wq68sb0v.fsf@tsdye.com> (raw)
In-Reply-To: <87k328cy6b.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Wed, 03 Dec 2014 14:48:12 -0500")
Nick Dokos <ndokos@gmail.com> 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
prev parent reply other threads:[~2014-12-03 21:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-03 18:53 Not LaTeX now, trying to use org-mode Sharon Kimble
2014-12-03 19:48 ` Nick Dokos
2014-12-03 21:01 ` Thomas S. Dye [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2wq68sb0v.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=ndokos@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.