emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: [babel] Purpose of :results raw
Date: Sat, 20 Apr 2013 09:14:53 +0200	[thread overview]
Message-ID: <868v4d3c7m.fsf@somewhere.org> (raw)
In-Reply-To: 878v4ep362.fsf@gmail.com

Hello Nicolas,

Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Now that ":results drawer" has been introduced, I wonder why we still have
>> ":results raw".
>>
>> As once stated in this ML:
>>
>>      The sole purpose of raw results is to allow inserting an headline (I
>>      mean a real headline, not comma protected) in the buffer, because
>>      headlines cannot be contained in anything else than headlines.
>>
>> But drawer does the same.
>
> What makes you think drawers do the same?

The fact that the following output a normally behaving headline[1], AFAICS.

--8<---------------cut here---------------start------------->8---
#+begin_src sh :results drawer :exports both
echo "* Unescaped headline"
#+end_src

#+results:
:RESULTS:
* Unescaped headline
:END:
--8<---------------cut here---------------end--------------->8---

Though, effectively, when exported, it's not right:

--8<---------------cut here---------------start------------->8---
\lstset{language=sh,numbers=none}
\begin{lstlisting}
  echo "* Unescaped headline"
\end{lstlisting}

:RESULTS:

\section*{Unescaped headline}
\label{sec-7}
:END:
--8<---------------cut here---------------end--------------->8---

as ":RESULTS:" and ":END:" words aren't removed from the export.

> Drawers cannot contain headlines.

Do you mean it, because of the wrong export?  By wrong, I don't mean "buggy",
but "not foreseen as I (= me) thought".

Best regards,
  Seb

[1] Correct face used in the Org buffer, correct folding when TAB'ing, etc.

-- 
Sebastien Vauban

  reply	other threads:[~2013-04-20  7:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-19 22:11 [babel] Purpose of :results raw Sebastien Vauban
2013-04-19 22:27 ` Nicolas Goaziou
2013-04-20  7:14   ` Sebastien Vauban [this message]
2013-04-20 11:52     ` Nicolas Goaziou
     [not found]       ` <CAJcAo8uRp8xOk+_cZefMc8PBfMDywzARdkTyCR_FDuXCLjAnZA@mail.gmail.com>
2013-04-22  1:43         ` Samuel Wales
2013-04-20 21:34   ` 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=868v4d3c7m.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /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).