From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: minted question Date: Tue, 22 Jul 2014 07:22:33 -1000 Message-ID: References: <20140721213020.73f1c01d@arcor.com> <20140721221453.123bb534@hogwart.bsdlocal.net> <20140722062324.7b5964a3@hogwart.bsdlocal.net> <87mwc16cfr.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dmE-00069F-Qq for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 13:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9dm6-0004Ya-1X for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 13:22:58 -0400 Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:56712) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1X9dm5-0004Xp-PW for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 13:22:49 -0400 In-Reply-To: <87mwc16cfr.fsf@alphaville.bos.redhat.com> (Nick Dokos's message of "Tue, 22 Jul 2014 04:10:48 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos writes: >>> Are you getting an extraneous comma with the #+attr_latex line? >>>=20 >>> All the best, >>> Tom >>>=20 >> >> 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., =E2=80=98listings=E2=80=99). This is = the local counterpart to =E2=80=98org-latex-listings-options=E2=80=99 and =E2=80=98org-latex-minted-options=E2=80=99 variables, which see. #+ATTR_LATEX: :options commentstyle=3D\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 --=20 Thomas S. Dye http://www.tsdye.com