From mboxrd@z Thu Jan 1 00:00:00 1970 From: Senthil Kumar M Subject: LaTeX minted --shell-escape error after updating to 8.0.3 Date: Sat, 25 May 2013 18:53:30 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgQ9O-0001nR-PI for emacs-orgmode@gnu.org; Sat, 25 May 2013 21:53:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgQ9L-0001pw-VU for emacs-orgmode@gnu.org; Sat, 25 May 2013 21:53:34 -0400 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:38423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgQ9L-0001pq-O9 for emacs-orgmode@gnu.org; Sat, 25 May 2013 21:53:31 -0400 Received: by mail-pb0-f44.google.com with SMTP id wz12so5576083pbc.31 for ; Sat, 25 May 2013 18:53:30 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, I updated org-mode to 8.0.3 (release_8.0.3-156-g847637). I got the following error while using the LaTeX export, before the update all was well and the PDF file was produced fine. "Process completed with errors: [LaTeX error] [package error] *Org PDF LaTeX Output* shows: ... ... Package ifplatform Warning: shell escape is disabled, so I can only detect \ifwindows. )) ! Package minted Error: You must invoke LaTeX with the -shell-escape flag. See the minted package documentation for explanation. Type H for immediate help. ... l.21 \usemintedstyle {autumn} ! Package minted Error: You must have `pygmentize' installed to use this packag e. See the minted package documentation for explanation. Type H for immediate help. ... ... I have not changed any settings in my .emacs file (i.e.: (setq org-export-latex-listings 'minted) is unchanged) and I never faced any problems related to the `--shell-escape' before the update. pygmentize is present in /usr/bin/ and it too worked perfectly before the update. Any help is appreciated. Thank you, Sincerely, Senthil