emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Source code evaluation problem


From: Eric S Fraga
Subject: Re: [O] Source code evaluation problem
Date: Sat, 25 Apr 2015 19:26:36 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]