Re: [O] Source code evaluation problem

2015-04-27 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 18:35, Damian Bernardini wrote: > After a reinstallation I forgot to do make autoloads. > Now, it's working perfectly. > It was my mistake, sorry and thank you for your help. No problem; it happens to all of us at some point... Glad that you sorted it out. -- : Eric S

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
After a reinstallation I forgot to do make autoloads. Now, it's working perfectly. It was my mistake, sorry and thank you for your help. 2015-04-25 18:26 GMT+00:00 Eric S Fraga : > On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: > > You were right. > > If I do M-x org-version it says:

Re: [O] Source code evaluation problem

2015-04-25 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: > You were right. > If I do M-x org-version it says: > Org-mode version 8.3beta (release_8.3beta-1062-gce4e64-git @ mixed > installation! /usr/share/emacs/24.5/lisp/org/ and > /home/damian/git/org-mode/lisp/) > > I've downloaded org from g

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
You were right. If I do M-x org-version it says: Org-mode version 8.3beta (release_8.3beta-1062-gce4e64-git @ mixed installation! /usr/share/emacs/24.5/lisp/org/ and /home/damian/git/org-mode/lisp/) I've downloaded org from git and loaded it with: (add-to-list 'load-path "~/git/org-mode/lisp") (ad

Re: [O] Source code evaluation problem

2015-04-25 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 15:47, Damian Bernardini wrote: > I'm trying to use ledger blocks inside org with babel: [...] > 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 bloc

Re: [O] Source code evaluation problem

2015-04-25 Thread Bob Newell
On Sat, Apr 25, 2015 at 5:47 AM, Damian Bernardini wrote: > I'm trying to use ledger blocks inside org with babel: <> > 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-fil

[O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
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