From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Timothy Aldrich <wiskey5alpha@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Carriage return in macro
Date: Mon, 26 Aug 2013 12:16:53 +0200 [thread overview]
Message-ID: <87fvtwkb8q.fsf@gmail.com> (raw)
In-Reply-To: <87txig8982.fsf@gmail.com> (Timothy Aldrich's message of "Fri, 23 Aug 2013 16:04:29 -0400")
Hello,
Timothy Aldrich <wiskey5alpha@gmail.com> writes:
> I have a simple macro defined to simplify the inclusion of a style for
> odt-export. It looks like this:
>
> #+MACRO: HEADING #+ODT:<text:p style-name="MyHeading">$1</text:p>
>
> and then to add this style to any text within the document, I simply call it
> like this:
>
> {{{HEADING( A really great headline )}}}
>
> This is all fine... Until I want to apply the same process to a multi-line
> section. I end up with several macro calls , one per line.
>
> {{{BODY(line one of body)}}} {{{BODY(line two of body)}}} {{{BODY(line three
> of body)}}} {{{BODY(line four of body)}}}
>
> Is there any way to have carriage returns within the text of the
> macro ?
No, there isn't. Macros target small substitutions.
> I have already tried using the #+BEGIN_ODT...#+END_ODT construct, but that
> *really* messes with the format of the text within it.
What do you mean? I don't know odt exporter very well, but contents of
the block should be included as-is.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-08-26 10:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-23 20:04 Carriage return in macro Timothy Aldrich
2013-08-26 10:16 ` Nicolas Goaziou [this message]
2013-08-27 17:40 ` Tim
2013-08-27 19:06 ` Nicolas Goaziou
2013-08-30 11:05 ` Jambunathan K
2013-08-31 6:41 ` Jambunathan K
2013-08-31 12:38 ` 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=87fvtwkb8q.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=wiskey5alpha@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).