From: Thibault Polge <thibault@thb.lt>
To: emacs-orgmode@gnu.org
Subject: Different exporters behave differently re exporter-specific lines
Date: Tue, 29 Oct 2019 14:24:26 +0100 [thread overview]
Message-ID: <87a79jy99x.fsf@thb.lt> (raw)
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
I'm not sure how this feature is called, but in Org you can restrict a line
to a given exporter by prepending it with, eg, #+latex:
There's a bug with some exporters f treat these lines as paragraph breaks,
some don't. For example, the following input:
Hello
#+latex: \TeX{}
World
#+html: Wide Web
!
Is exported to LaTeX as a single line, "Hello TeX World !", but to HTML
as separate paragraphs:
<p>
Hello
</p>
<p>
World
</p>
Wide Web
<p>
!
</p>
I wouldn't except these lines to introduce any paragraphs break.
This is with Emacs built from Git, using Org 9.2.6.
Best regards,
Thibault
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next reply other threads:[~2019-10-29 13:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-29 13:24 Thibault Polge [this message]
2019-10-29 15:54 ` Different exporters behave differently re exporter-specific lines Nicolas Goaziou
2019-10-29 16:22 ` Thibault Polge
2019-10-29 17:19 ` Nicolas Goaziou
2019-10-29 16:29 ` Fraga, Eric
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=87a79jy99x.fsf@thb.lt \
--to=thibault@thb.lt \
--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 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.