From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Source code evaluation problem Date: Sat, 25 Apr 2015 19:26:36 +0100 Message-ID: <87oamc12ub.fsf@ucl.ac.uk> References: <871tj82js0.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym4mu-0003NI-OM for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 14:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym4mp-0002F8-Om for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 14:26:48 -0400 Received: from mail-am1on0110.outbound.protection.outlook.com ([157.56.112.110]:42859 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym4mp-0002EY-G5 for emacs-orgmode@gnu.org; Sat, 25 Apr 2015 14:26:43 -0400 In-Reply-To: (Damian Bernardini's message of "Sat, 25 Apr 2015 17:55:40 +0000") 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: Damian Bernardini Cc: emacs-orgmode@gnu.org 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 git and loaded it with: > (add-to-list 'load-path "~/git/org-mode/lisp") > (add-to-list 'load-path "~/git/org-mode/contrib/lisp") which is what I have: (add-to-list 'load-path "~/git/org-mode/lisp") (add-to-list 'load-path "~/git/org-mode/contrib/lisp/") (require 'org) Maybe you have something earlier in your initialisation that brings in the old version? Have you done "make" in your ~/git/org-mode directory? What happens if you start emacs with -Q, execute the lines above and then visit your ledger org file? -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1062-gce4e64