From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damian Bernardini Subject: Source code evaluation problem Date: Sat, 25 Apr 2015 15:47:15 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f3ba00351165a05148e6d1d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym2UV-0000el-Ha for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 11:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym2IX-0007C5-DN for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 11:47:18 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:37247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym2IX-0007Bn-61 for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 11:47:17 -0400 Received: by widdi4 with SMTP id di4so49057741wid.0 for ; Sat, 25 Apr 2015 08:47:15 -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 --e89a8f3ba00351165a05148e6d1d Content-Type: text/plain; charset=UTF-8 I'm trying to use ledger blocks inside org with babel: Babel language config: (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (emacs-lisp . t) (ledger . t))) Ledger lisp path: (autoload 'ledger-mode "ledger-mode" "A major mode for Ledger" t) (add-to-list 'load-path (expand-file-name "/home/damian/git/ledger/lisp/")) (add-to-list 'auto-mode-alist '("\\.ledger$" . ledger-mode)) I'm trying the noweb example from: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html I can evaluate and get results from income and expenses blocks, but when I try to run C-c C-c on balance block I get: Symbol's function definition is void: org-id-find-id-file Ledger mode and ledger from the command line are working. --e89a8f3ba00351165a05148e6d1d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm trying to use ledger blocks inside org with babel:=

Babel language config:
(org-babel-do-load-languages
=C2= =A0'org-babel-load-languages
=C2=A0'((R . t)
=C2=A0=C2=A0 (em= acs-lisp . t)
=C2=A0=C2=A0 (ledger . t)))

Ledger lisp path:
(= autoload 'ledger-mode "ledger-mode" "A major mode for Le= dger" t)
(add-to-list 'load-path
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (expand-file-name "/home= /damian/git/ledger/lisp/"))
(add-to-list 'auto-mode-alist '= ("\\.ledger$" . ledger-mode))

I can evaluate and get r= esults from income and expenses blocks, but when I try to run C-c C-c on ba= lance block I get:
Symbol's function definition is void: = org-id-find-id-file

Ledger mode and ledger from the comma= nd line are working.

--e89a8f3ba00351165a05148e6d1d--