From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Subject: Re: Carriage return in macro Date: Tue, 27 Aug 2013 13:40:40 -0400 Message-ID: <87ob8jowvb.wl%wiskey5alpha@gmail.com> References: <87txig8982.fsf@gmail.com> <87fvtwkb8q.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VENGN-00061C-4f for emacs-orgmode@gnu.org; Tue, 27 Aug 2013 13:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VENGA-0001w9-1O for emacs-orgmode@gnu.org; Tue, 27 Aug 2013 13:41:07 -0400 Received: from mail-qe0-x22b.google.com ([2607:f8b0:400d:c02::22b]:39811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VENG9-0001vr-Tk for emacs-orgmode@gnu.org; Tue, 27 Aug 2013 13:40:53 -0400 Received: by mail-qe0-f43.google.com with SMTP id t7so2769393qeb.2 for ; Tue, 27 Aug 2013 10:40:53 -0700 (PDT) In-Reply-To: <87fvtwkb8q.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Timothy Aldrich At Mon, 26 Aug 2013 12:16:53 +0200, Nicolas Goaziou wrote: > > 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. > If I put several lines into an #+BEGIN_ODT..#+END_ODT block, all whitespace formating is lost. A list like - List one - List two - List three becomes - List one - List two - List three This is why I started puting the formatting on each line, and rather than type all of the