emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: Org-mode <emacs-orgmode@gnu.org>
Subject: Re: [Babel] Bug reading example blocks?
Date: Sun, 23 Feb 2014 18:31:54 -0700	[thread overview]
Message-ID: <CAJcAo8uxZ-fMxY3uTjFCNF1=UdtUbRbCzoHnw=feiQ8Gw24fWA@mail.gmail.com> (raw)
In-Reply-To: <m2wqgle46m.fsf@tsdye.com>

Hi Thomas,

I guess the fix hasn't made it to maint yet.

#+call: repeated-text(eg=example) :results raw

#+RESULTS:
1. this is the first line
  2. this is the second line with %VARIANT% as the value
  3. this is the third line

#+name: repeated-text
#+begin_src sh :results verbatim output :var eg=1
  {
      cat<<EOF
  $eg
  EOF
  } 2>&1
  :
#+end_src

#+name: example
#+begin_example
  1. this is the first line
  2. this is the second line with %VARIANT% as the value
  3. this is the third line
#+end_example

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it as far as we know.

Denmark: free Karina Hansen NOW.

      reply	other threads:[~2014-02-24  1:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-22 17:37 [Babel] Bug reading example blocks? Thomas S. Dye
2014-02-14  0:20 ` Samuel Wales
2014-02-24  0:37   ` Thomas S. Dye
2014-02-24  1:31     ` Samuel Wales [this message]

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='CAJcAo8uxZ-fMxY3uTjFCNF1=UdtUbRbCzoHnw=feiQ8Gw24fWA@mail.gmail.com' \
    --to=samologist@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tsd@tsdye.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).