emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Error with :wrap org in babel and 8.0-pre
Date: Mon, 15 Apr 2013 12:12:44 -0600	[thread overview]
Message-ID: <87li8jfysj.fsf@gmail.com> (raw)
In-Reply-To: <CA+M2ft8x1w=X5OPp4JvcY_S_fpaW4R5eyZg5BS+Jh=RDCKe2Tg@mail.gmail.com> (John Hendy's message of "Mon, 15 Apr 2013 12:59:55 -0500")

John Hendy <jw.hendy@gmail.com> writes:

> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
>> John Hendy <jw.hendy@gmail.com> writes:
>>
>>> I thought this was the proper syntax for printing stuff directly to a
>>> LaTeX document:
>>>
>>> #+begin_src R :session :exports results :results output :wrap org
>>>
>>
>> I think you want either ":results latex" or ":wrap latex".
>>
>
> Trying my best to follow the evolution here.... I've tried to discern
> from the manual and Worg the best way to do something, generally try
> it and fail. Then I post to the list and get an answer. A short time
> later, I try doing what I think is approximately the same thing to
> find that it seems to have changed since the last time:
>
> To print multiple file names and =#+attr_stuff= options, the answer
> was =:results output org :exports results=
> - http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg01224.html
>
> Trying to do the same exact thing a bit later was =:results output
> wrap=, shortly followed up with the instruction to use =:wrap org=
> - http://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg01599.html
>
> Now, it's =:wrap latex=, but I'm not sure why.
>

I may have miss-understood your question.

>
> Is =:wrap org= appropriate for anything?

Use :wrap latex if your code block produces raw latex.  E.g.,

    #+begin_src sh :results output :wrap latex
    cat <<EOF
    \begin{tabular}{rr}
    a & b\\
    \hline
    1 & 2\\
    \end{tabular}
    EOF
    #+end_src

    #+RESULTS:
    #+BEGIN_latex
    \begin{tabular}{rr}
    a & b\
    \hline
    1 & 2\
    \end{tabular}
    #+END_latex


Use :wrap org if your code block produces raw org. E.g.,

    #+begin_src sh :results output :wrap org
    cat <<EOF
    | a | b |
    |---+---|
    | 1 | 2 |
    EOF
    #+end_src

    #+RESULTS:
    #+BEGIN_org
    | a | b |
    |---+---|
    | 1 | 2 |
    #+END_org

Let me know if that leave any mysteries or doesn't address part of your
question.  I apologize for any contribution my often terse and hurried
responses have made to this confusion.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

  reply	other threads:[~2013-04-15 18:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11 22:45 Error with :wrap org in babel and 8.0-pre John Hendy
2013-04-12 22:24 ` Eric Schulte
2013-04-15 17:59   ` John Hendy
2013-04-15 18:12     ` Eric Schulte [this message]
2013-04-15 19:35       ` John Hendy
2013-04-15 19:48         ` Andreas Leha
2013-04-15 19:52           ` John Hendy
2013-04-15 19:56         ` Eric Schulte
2013-04-15 19:56         ` Nicolas Goaziou
2013-04-15 20:05           ` John Hendy
2013-04-15 20:15             ` Nicolas Goaziou
2013-04-15 20:28               ` Eric Schulte
2013-04-15 20:51                 ` Sebastien Vauban
2013-04-15 21:29                   ` John Hendy
2013-04-15 21:44                     ` Sebastien Vauban
2013-04-15 21:51                       ` John Hendy
2013-04-15 21:24                 ` John Hendy
2013-04-15 21:42                   ` Sebastien Vauban
2013-04-15 22:38                   ` Eric Schulte
2013-04-15 22:48                     ` John Hendy
2013-04-15 23:27                       ` Eric Schulte
2013-04-15 23:56                         ` Thomas S. Dye
2013-04-16  2:37                           ` Eric Schulte
2013-04-16  7:58                         ` Sebastien Vauban
2013-04-16  8:23                         ` Christian Moe
2013-04-16 14:58                           ` John Hendy
2013-04-16 15:24                             ` Eric Schulte
2013-04-16 21:06                             ` Christian Moe
2013-04-15 20:09           ` Sebastien Vauban
2013-04-15 20:22             ` Nicolas Goaziou
2013-04-15 19:47       ` Sebastien Vauban
2013-04-15 21:38         ` John Hendy

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=87li8jfysj.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jw.hendy@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).