From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: error with babel/ledger Date: Fri, 10 Sep 2010 09:36:36 -0600 Message-ID: <87zkvp7gqj.fsf@gmail.com> References: <87r5h1zlsg.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou5ee-0006VA-Ez for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou5ed-0002y9-7h for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:36:44 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:45539) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou5ed-0002xt-37 for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 11:36:43 -0400 Received: by qyk8 with SMTP id 8so1810427qyk.0 for ; Fri, 10 Sep 2010 08:36:41 -0700 (PDT) In-Reply-To: <87r5h1zlsg.fsf@online.de> (henry atting's message of "Fri, 10 Sep 2010 16:59:59 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: henry atting Cc: emacs-orgmode@gnu.org Hi Henry, ledger should not be requiring Org-mode explicitly, I've just corrected this and pushed the fix to the git repo, so a pull of the latest should work. Thanks for catching this -- Eric henry atting writes: > When adding (ledger . t) to 'setq org-babel-load-languages' emacs starts > with this error message > > error: Recursive `require' for feature `org' > > and stops loading. > No problem without babel/ledger: > > (setq org-babel-load-languages (quote ((emacs-lisp . t) > (dot . t) > (ditaa . t) > (R . t) > (gnuplot . t) > (clojure . t) > (sh . t)))) > > henry