From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: results from Python block not visible Date: Fri, 27 Jun 2014 00:19:51 +0700 Message-ID: <87pphvh9l4.wl%n142857@gmail.com> References: <87r42bhcil.wl%n142857@gmail.com> <87vbrntyow.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0DLE-0003Ie-6v for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 13:20:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0DL5-0005EJ-5K for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 13:20:08 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:53859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0DL4-0005Dp-VL for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 13:19:59 -0400 Received: by mail-pb0-f53.google.com with SMTP id uo5so3409922pbc.12 for ; Thu, 26 Jun 2014 10:19:58 -0700 (PDT) In-Reply-To: <87vbrntyow.fsf@gmail.com> 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: Eric Schulte Cc: org-mode Mailinglist El Thu, 26 Jun 2014 12:36:47 -0400 Eric Schulte va escriure: > > #+BEGIN_SRC python :results output > > print "x" > > #+END_SRC > > > > It prints: > > > > #+RESULTS: > > : None > > > > I expected to see "x". This worked some days ago. > > >=20 > This works for me using the latest version of Org-mode with an Emacs > launched by running "make vanilla" from the base of the Org-mode repo. > I didn't know "make vanilla". It worked fine from there, I don't know why= from =E2=80=9Eemacs -Q=E2=80=9C it didn't. =20 > Maybe the problem is in your configuration? Exactly, it is from my configuration, because after loading my full confi= guration, I see the problem again and code highlighting suddenly disappears. =20 I identified the exact lines that cause org-babel to stop failing. Bewond= er: (autoload 'tramp "tramp" "Remotely access files." t) (require 'tramp-cache) Yes! After C-x C-e on the first line, org-babel still works. After C-x C-= e on the second line, it doesn't work anymore. There were some Tramp changes in latest Emacs, maybe they are bad. I'm us= ing: GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll = bars) of 2014-06-20 on la4 =20 What a strange bug=E2=80=A6