emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Magnus Therning <magnus@therning.org>
To: Emacs Org Mode mailing list <emacs-orgmode@gnu.org>
Subject: Setting language on result of code block
Date: Sun, 02 Aug 2020 22:47:07 +0200	[thread overview]
Message-ID: <87ft94hj1w.fsf@therning.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

Is there some way to specify the language on the result of a code block.
For instance, if the block

#+begin_src bash
aws --endpoint-url=http://localhost:4566 sns create-topic --name the-topic
#+end_src

gives the result

#+RESULTS:
#+begin_example
{
    "TopicArn": "arn:aws:sns:eu-central-1:000000000000:the-topic"
}
#+end_example

Is there some way I can specify that the result is JSON? That is get the
result

#+RESULTS:
#+begin_example json
{
    "TopicArn": "arn:aws:sns:eu-central-1:000000000000:the-topic"
}
#+end_example

/M

--
Magnus Therning              OpenPGP: 0x927912051716CE39
email: magnus@therning.org
twitter: magthe              http://magnus.therning.org/

Every act of creation is first an act of destruction.
     — Pablo Picasso

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

             reply	other threads:[~2020-08-02 20:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-02 20:47 Magnus Therning [this message]
2020-08-02 20:54 ` Setting language on result of code block John Herrlin

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=87ft94hj1w.fsf@therning.org \
    --to=magnus@therning.org \
    --cc=emacs-orgmode@gnu.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).