From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: odt macro export Date: Sat, 06 Aug 2016 07:19:10 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bW2RY-00083r-78 for emacs-orgmode@gnu.org; Sat, 06 Aug 2016 10:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bW2RW-0002pX-1J for emacs-orgmode@gnu.org; Sat, 06 Aug 2016 10:19:15 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:35318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bW2RV-0002pL-Q3 for emacs-orgmode@gnu.org; Sat, 06 Aug 2016 10:19:13 -0400 Received: by mail-pa0-x22f.google.com with SMTP id iw10so100811753pac.2 for ; Sat, 06 Aug 2016 07:19:13 -0700 (PDT) In-reply-to: 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" To: Christian Moe Cc: "'emacs-orgmode@gnu.org'" Hi Christian, On 2016-08-06 at 09:20, Christian Moe wrote: > #+begin_example > #+MACRO: BEGIN_RC @@odt:@@ > #+MACRO: END_RC @@odt:@@ > > {{{BEGIN_RC}}}This paragraph is specially formatted and uses bold text.{{{END_RC}}} > #+end_example > > This should solve your use case. It does not provide a convenient > method if you want to affect paragraph-style properties rather than > character-style ones, though. Yes that does work, but as you point out, a blank line within does not work: {{{BEGIN_RC}}} Foo Bar {{{END_RC}}} Anyway, I can work around this. Thanks, -k.