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: Tue, 26 May 2015 10:05:15 -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]:47820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFTs-0003G4-Md for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:05:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxFTp-00016F-Hl for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:05:20 -0400 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]:33934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxFTp-00016B-DI for emacs-orgmode@gnu.org; Tue, 26 May 2015 10:05:17 -0400 Received: by qkgx75 with SMTP id x75so89463129qkg.1 for ; Tue, 26 May 2015 07:05:17 -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" On 2015-05-26 at 09:18, Dror Atariah wrote: > On Tue, May 26, 2015 at 3:49 AM, Ken Mankoff wrote: >> On 2015-05-25 at 14:22, Dror Atariah wrote: >> > 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. >> > I believe this is the example that John provided; which doesn't work > for me... > > How can I make sure that my emacs -Q is really "clean"? Yes John provided a good MWE. Emacs -Q will give you a clean emacs. But we're complicating things by using Python. I just realized mine might not have been totally clean because I had a .pythonrc file that was getting accessed... -k.