From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: Updating orgmode Date: Fri, 8 Jun 2012 10:42:30 -0400 Message-ID: References: <20120608010923.GA9716@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd0Og-0000wO-3V for emacs-orgmode@gnu.org; Fri, 08 Jun 2012 10:42:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd0OY-0002NB-B2 for emacs-orgmode@gnu.org; Fri, 08 Jun 2012 10:42:41 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:40883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd0OY-0002Mg-1v for emacs-orgmode@gnu.org; Fri, 08 Jun 2012 10:42:34 -0400 Received: by dakp5 with SMTP id p5so2711815dak.0 for ; Fri, 08 Jun 2012 07:42:30 -0700 (PDT) In-Reply-To: <20120608010923.GA9716@panahar> 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: emacs-orgmode Cc: Vikas Rawal Hello, I had a similar issue when setting up Org on a Debian system lately. For some reason Emacs was not adding a =3Dsubdirs.el=3D file to =3D/usr/share/emacs/site-lisp/=3D. Including the following provided the desired result: ,---(/usr/share/emacs/site-lisp/subdirs.el)--------------- | ;; -*- no-byte-compile: t -*- | (if (fboundp 'normal-top-level-add-subdirs-to-load-path) | (normal-top-level-add-subdirs-to-load-path)) `--------------------------------------------------------- Regards, Jonathan On Thu, Jun 7, 2012 at 9:09 PM, Vikas Rawal wrote: > I have a debian system. I am trying to update orgmode using git. But > M-x org-version continues to show me version 7.7. How do I find where > is it picking up this version from? It seems to me that this is the > default version that shipped with my emacs. Debian repository has a > more updated version (7.8.09) in its repositories. But I do not see > much point in install it. > > I could compile org correctly. The compiler seems to have installed > orgmode in /usr/share/emacs/site-lisp/org. But somehow emacs does not > seem to be picking it =C2=A0up from there. > > Will much appreciate help. > > Thanks, > > Vikas > >