From: Nicolas Goaziou <n.goaziou@gmail.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>,
Eric Schulte <schulte.eric@gmail.com>
Subject: Re: Error with :wrap org in babel and 8.0-pre
Date: Mon, 15 Apr 2013 22:15:44 +0200 [thread overview]
Message-ID: <87txn7y2hb.fsf@gmail.com> (raw)
In-Reply-To: <CA+M2ft-GON41UFb44SLgg8J0ZuFknmUWQAB4KcpsL=jDbD_F1g@mail.gmail.com> (John Hendy's message of "Mon, 15 Apr 2013 15:05:49 -0500")
John Hendy <jw.hendy@gmail.com> writes:
> On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou <n.goaziou@gmail.com> wrote:
>> Hello,
>>
>> John Hendy <jw.hendy@gmail.com> writes:
>>
>>> #+RESULTS:
>>> #+BEGIN_org
>>> With the assumption of 100 lbs. of input material 1 and 200 lbs. of material 2,
>>> we can produce the following number of widgets based on injection mold
>>> wall thicknesses.
>>> | wall | vals | widgets |
>>> |-------+------+----------|
>>> | 5 mil | 0.01 | 40000.00 |
>>> | 6 mil | 0.01 | 33333.00 |
>>> | 8 mil | 0.01 | 25000.00 |
>>> #+END_org
>>
>> This is wrong. We discussed it months ago on this ML and, IIRC, Babel
>> should produce "#+begin_src org" blocks, not "#+begin_org". Org
>> documentation specifies it too.
>>
>
> "Wrong," as in =:wrap org= behavior is currently a bug? Or "wrong" in
> that for my given use case, I shouldn't be using =:wrap org=?
Wrong as is "the current behaviour is a bug". It is expected to produce
"#+begin_src org" blocks. Its use case is to generate dead data:
#+begin_src org
,#+AUTHOR: test
#+end_src
In that case, the #+AUTHOR keyword isn't applied to current set-up. On
the other hand, if you want to generate live data, use "drawer":
#+results:
:RESULTS:
#+AUTHOR: test
:END:
In this example, the keyword is really installed in the buffer.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-04-15 20:15 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
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 [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87txn7y2hb.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jw.hendy@gmail.com \
--cc=schulte.eric@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.