From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: [Orgmode] Unable to capture the file name generated using matplotlib Date: Mon, 25 May 2015 21:49:50 -0400 Message-ID: References: <87wq0qsy4o.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx40c-0002UC-OC for emacs-orgmode@gnu.org; Mon, 25 May 2015 21:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yx40Y-0003ag-OV for emacs-orgmode@gnu.org; Mon, 25 May 2015 21:50:22 -0400 Received: from mail-qk0-x22b.google.com ([2607:f8b0:400d:c09::22b]:33354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yx40Y-0003aU-Ia for emacs-orgmode@gnu.org; Mon, 25 May 2015 21:50:18 -0400 Received: by qkgv12 with SMTP id v12so77364726qkg.0 for ; Mon, 25 May 2015 18:50:18 -0700 (PDT) In-reply-to: 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: Dror Atariah Cc: "emacs-orgmode@gnu.org" Nick Dokos removed from Cc. On 2015-05-25 at 14:22, Dror Atariah wrote: > I tried to evaluate the problematic file using =emacs -Q= and the problem > is the same. Sorry I can't help much. It works on my system. The only difference I see is my python version: #+BEGIN_SRC python :session background :results raw import sys sys.version #+END_SRC #+RESULTS: 2.7.9 |Anaconda 2.2.0 (x86_64)| (default, Dec 15 2014, 10:37:34) [GCC 4.2.1 (Apple Inc. build 5577)] > Following is the section of my =init.el= that deals with org-mode (if you > need more, let me know): If the bug exists with "emacs -Q", then sending a large init file is just noise and not helpful. A minimum working example would be similar to your previous email, but include the necessary Org setup code to execute Python, and nothing else. -k.