From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Berthold Lorke <berthold@lorke.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Emphasis on a region
Date: Thu, 04 Jun 2020 12:28:07 +0100 [thread overview]
Message-ID: <87eeqvcbp4.fsf@ucl.ac.uk> (raw)
In-Reply-To: <5db135ed-dd64-64b1-02bf-2eb46998cf7e@lorke.de> (Berthold Lorke's message of "Wed, 3 Jun 2020 00:32:25 +0200")
On Wednesday, 3 Jun 2020 at 00:32, Berthold Lorke wrote:
> Is there a fix for this? Enclosing each line with emphasis markers
> (like "+") doesn't fix it, as when exported every sentence in a
> paragraph would then have a space inbetween the strikethroughs.
You don't specify what your export target is. If PDF via LaTeX, you can
always define a new environment for LaTeX and then use special blocks in
org to invoke that environment. For instance, the following works:
--8<---------------cut here---------------start------------->8---
#+latex_header: \newenvironment{emphasis}{\em}{}
#+begin_emphasis
This is the first line.
And this is the second.
#+end_emphasis
Followed by the third.
--8<---------------cut here---------------end--------------->8---
HTH,
eric
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-640-g9bc0cc
next prev parent reply other threads:[~2020-06-04 11:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-02 22:32 Emphasis on a region Berthold Lorke
2020-06-04 8:35 ` tomas
2020-06-04 10:35 ` Russell Adams
2020-06-04 12:33 ` tomas
2020-06-04 11:28 ` Eric S Fraga [this message]
2020-06-04 12:49 ` Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87eeqvcbp4.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=berthold@lorke.de \
--cc=emacs-orgmode@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).