From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: New Beamer environment selection problem Date: Thu, 12 May 2016 23:21:54 +0200 Message-ID: <87inyjvuod.fsf@free.fr> References: <878tzzv26g.fsf@iki.fi> <87k2jjl64z.fsf@saiph.selenimh> <87bn4v1887.fsf@iki.fi> <87k2jhieql.fsf@saiph.selenimh> <87k2iztwvo.fsf@free.fr> <87a8jvihzy.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2MaH-00028L-IO for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:45:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2MaD-0005mz-GQ for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:45:37 -0400 Received: from plane.gmane.org ([80.91.229.3]:36226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2MaD-0005mi-AH for emacs-orgmode@gnu.org; Mon, 16 May 2016 13:45:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b0y3V-0008Rz-Hn for emacs-orgmode@gnu.org; Thu, 12 May 2016 23:22:01 +0200 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 May 2016 23:22:01 +0200 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 May 2016 23:22:01 +0200 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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> I'm still experiencing this problem with the following example >> >> #+BEGIN_SRC elisp >> (add-to-list 'load-path "~/git-repositories/org-mode/lisp") >> (add-to-list 'load-path "~/git-repositories/org-mode/contrib/lisp") >> #+END_SRC >> >> #+RESULTS: >> : Successfully reloaded Org >> : Org-mode version 8.3.4 (release_8.3.4-695-gf07580 @ /home/wilk/git-repositories/org-mode/lisp/) > > This release is too old. You need to update Org. I was only doing byte-recompile-directory after pulling from git (from magit actually). According to the doc (that I should have read...) I should run make update. Julien.