emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: Nick Dokos <ndokos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: minted question
Date: Tue, 22 Jul 2014 07:22:33 -1000	[thread overview]
Message-ID: <m2mwc171gm.fsf@tsdye.com> (raw)
In-Reply-To: <87mwc16cfr.fsf@alphaville.bos.redhat.com> (Nick Dokos's message of "Tue, 22 Jul 2014 04:10:48 -0400")

Nick Dokos <ndokos@gmail.com> writes:

>>> Are you getting an extraneous comma with the #+attr_latex line?
>>> 
>>> All the best,
>>> Tom
>>> 
>>
>> I do not get any extraneous comma. When using the #+attr_latex line
>> there is just nothing in the latex output.
>>
>
> Same here.

Then none of us gets the result noted in the manual.

    The latter allows to specify options relative to the package used to
 highlight code in the output (e.g., ‘listings’).  This is the local
 counterpart to ‘org-latex-listings-options’ and
 ‘org-latex-minted-options’ variables, which see.

      #+ATTR_LATEX: :options commentstyle=\bfseries
      #+BEGIN_SRC emacs-lisp
        (defun Fib (n)                          ; Count rabbits.
          (if (< n 2) n (+ (Fib (- n 1)) (Fib (- n 2)))))
      #+END_SRC

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

  reply	other threads:[~2014-07-22 17:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21 19:30 minted question Manfred Lotz
2014-07-21 19:53 ` Thomas S. Dye
2014-07-21 20:14   ` Manfred Lotz
2014-07-21 20:48     ` Thomas S. Dye
2014-07-22  4:23       ` Manfred Lotz
2014-07-22  8:10         ` Nick Dokos
2014-07-22 17:22           ` Thomas S. Dye [this message]
2014-07-25  6:33       ` Manfred Lotz

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=m2mwc171gm.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=ndokos@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 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).