emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Galaxy Being <borgauf@gmail.com>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Format babel code block for export?
Date: Tue, 1 Jun 2021 21:03:47 -0500	[thread overview]
Message-ID: <CAFAhFSVk6=7pJy0xk1V2ERcTpAUDaQ9OVKUcRn8OKZEbKisPAg@mail.gmail.com> (raw)

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

I have this

#+begin_src haskell :results silent :exports code
:{
maximum'' :: (Ord a) => [a] -> a
maximum'' = foldl1 (\x acc -> if x > acc then x else acc)
:}
#+end_src

but on export to HTML (or LaTex) I'd like to suppress the :{ and :} to just
show the code

maximum'' :: (Ord a) => [a] -> a
maximum'' = foldl1 (\x acc -> if x > acc then x else acc)

Also, this

#+begin_src haskell :results verbatim :exports both
maximum'' [1,3,5,2,4]
#+end_src

I'd like to export the code part with a > REPL prompt included, e.g.,

> maximum'' [1,3,5,2,4]

I once saw some similar tricks, but I've searched and searched and can't
find them again. There's probably other html export formatting I'd like
too, but if anyone can point me to that mystery doc I'd appreciate it.

⨽
Lawrence Bottorff
Grand Marais, MN, USA
borgauf@gmail.com

[-- Attachment #2: Type: text/html, Size: 1473 bytes --]

             reply	other threads:[~2021-06-02  2:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02  2:03 Galaxy Being [this message]
2021-06-02  9:42 ` Format babel code block for export? Juan Manuel Macías

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='CAFAhFSVk6=7pJy0xk1V2ERcTpAUDaQ9OVKUcRn8OKZEbKisPAg@mail.gmail.com' \
    --to=borgauf@gmail.com \
    --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).