emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Fabrice Popineau <fabrice.popineau@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: EXPORT_LATEX_HEADER property
Date: Thu, 03 Mar 2016 12:26:02 +0100	[thread overview]
Message-ID: <87bn6vpzud.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAFgFV9N+8Yow8JOG+D5Xx1Sc7ttjq_fPGgB_2tAN-rZqDFoJOw@mail.gmail.com> (Fabrice Popineau's message of "Thu, 3 Mar 2016 12:02:47 +0100")

Hello,

Fabrice Popineau <fabrice.popineau@gmail.com> writes:

> First, I can't find where is documented the difference between
> :EXPORT_LATEX_HEADER:
> and
> :EXPORT_LATEX_HEADER+:

See (info "(org) Property syntax").

> Second, when I use several lines with
> :EXPORT_LATEX_HEADER+:
> they  are concatenated into a single line.

Correct.

> This is annoying because:
>
> :PROPERTIES:
> :EXPORT_LATEX_HEADER+: \usepackage{mathptmx} % rm & math
> :EXPORT_LATEX_HEADER+: \usepackage[scaled=0.90]{helvet} % ss
> ...
> :END:
>
> results in
>
> \usepackage{mathptmx} % rm & math  \usepackage[scaled=0.90]{helvet} % ss
>
> which is obviously unintended.
>
> Could it be possible to add a '\n' between those lines?

Not quite what you are asking for, but couldn't you simply not comment
each line?

Actually

  :PROPERTY: A
  :PROPERTY+: B

is meant to be an equivalent for

  :PROPERTY: A B

Introducing newline characters would break this expectation.


Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2016-03-03 11:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 11:02 EXPORT_LATEX_HEADER property Fabrice Popineau
2016-03-03 11:26 ` Nicolas Goaziou [this message]
2016-03-03 11:58   ` Fabrice Popineau
2016-03-03 15:49     ` Nicolas Goaziou
2016-03-03 18:58       ` Eric S Fraga
2016-03-03 19:17       ` Fabrice Popineau
2016-03-03 21:16         ` Eric S Fraga
2016-03-03 16:16     ` Eric S Fraga

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=87bn6vpzud.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=fabrice.popineau@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 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).