emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Damian Bernardini <damian.bernardini@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Source code evaluation problem
Date: Sat, 25 Apr 2015 15:47:15 +0000	[thread overview]
Message-ID: <CAJdDAJHNyGAQ64+STDRnYqRNbqz3ZxApZJzPT+LmJ9WcfqMH6A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 762 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1090 bytes --]

             reply	other threads:[~2015-04-25 15:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-25 15:47 Damian Bernardini [this message]
2015-04-25 17:14 ` Source code evaluation problem Bob Newell
2015-04-25 17:35 ` Eric S Fraga
2015-04-25 17:55   ` Damian Bernardini
2015-04-25 18:26     ` Eric S Fraga
2015-04-25 18:35       ` Damian Bernardini
2015-04-27  9:30         ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJdDAJHNyGAQ64+STDRnYqRNbqz3ZxApZJzPT+LmJ9WcfqMH6A@mail.gmail.com \
    --to=damian.bernardini@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).