emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* inline code and minted
@ 2016-02-05 10:07 Alan Schmitt
  2016-02-05 13:33 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Schmitt @ 2016-02-05 10:07 UTC (permalink / raw)
  To: emacs-orgmode

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

Hello,

I see that

src_coq[:exports code]{nat}

exports to (latex export with minted)

\mint{coq}~nat~

which does not work as inline code here. The following would work,
however, with a recent minted:

\mintinline{coq}{nat}

I have two questions:
- should we support this and generate this code?
- in the meantime, I created a macro that does this for latex, but it
does not work for html (it exports the “src_coq” string verbatim):
#+macro: coq @@latex:\mintinline{coq}{$1}@@@@html:src_coq[:exports code]{$1}@@
Why is this macro wrong?

Thanks,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated February 4, 2016, Mauna Loa Obs.): 403.08 ppm

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-06  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 10:07 inline code and minted Alan Schmitt
2016-02-05 13:33 ` Nicolas Goaziou
2016-02-05 15:01   ` Alan Schmitt
2016-02-05 17:15     ` Kaushal Modi
2016-02-05 17:27     ` Nicolas Goaziou
2016-02-06  8:53       ` Alan Schmitt

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).