From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandros Bantis Subject: Re: ledger file in org mode hangs during code block eval Date: Sun, 08 Apr 2012 03:32:31 -0700 Message-ID: <4F81693F.6030504@gmail.com> 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]:41960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGvyi-0007B9-9K for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 13:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGvyg-0007W8-HJ for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 13:32:39 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:33060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGvyg-0007Ve-8s for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 13:32:38 -0400 Received: by obbta14 with SMTP id ta14so5935653obb.0 for ; Sun, 08 Apr 2012 10:32:34 -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 > > 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.