From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: ledger file in org mode hangs during code block eval Date: Mon, 09 Apr 2012 16:24:04 +0100 Message-ID: <4F82FF14.2030705@wilkesley.net> References: <4F81693F.6030504@gmail.com> <874nst199r.fsf@gnu.org> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHGSF-0002q8-Kl for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 11:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHGSD-0007Qo-RI for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 11:24:31 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:51961 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHGSD-0006w8-Kp for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 11:24:29 -0400 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 12EEC357A39 for ; Mon, 9 Apr 2012 16:24:04 +0100 (BST) In-Reply-To: <874nst199r.fsf@gnu.org> 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 On 09/04/12 11:37, Bastien wrote: > Hi Alexandros, > > Alexandros Bantis writes: > >>> Have you got: >>> (org-babel-do-load-languages >>> 'org-babel-load-languages >>> '((R . t) >>> (ditaa . t) >>> (dot . t) >>> (emacs-lisp . t) >>> (gnuplot . t) >>> (haskell . nil) >>> (latex . t) >>> (ledger . t) >>> (ocaml . nil) >>> (octave . t) >>> (python . t) >>> (ruby . t) >>> (screen . nil) >>> (sh . t) >>> (sql . nil) >>> (sqlite . t))) >>> >>> somewhere in your .emacs. FWIW Ledger and Babel work fine on Arch here. >>> >>> Ian. >> >> Yes. This morning I reverted to version 7.7 and the problem went away. > > You should not have to revert to 7.7 to have babel/ledger work. > And others reported it worked for them -- maybe we just need to > investigate further? > It works correctly for me on master 38b2291c1dbc7294f28bafe1546a2f439c61fc62 Maybe try checking this out and see if it works for you? Ian.