emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Source code evaluation problem
@ 2015-04-25 15:47 Damian Bernardini
  2015-04-25 17:14 ` Bob Newell
  2015-04-25 17:35 ` Eric S Fraga
  0 siblings, 2 replies; 7+ messages in thread
From: Damian Bernardini @ 2015-04-25 15:47 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-27  9:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-25 15:47 Source code evaluation problem Damian Bernardini
2015-04-25 17:14 ` 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

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).