From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bugs in org-drill Date: Sun, 26 Jan 2014 23:11:25 +0100 Message-ID: <87eh3ujsvm.fsf@bzg.ath.cx> References: <87zjvx4miv.fsf@kanis.fr> <5E821BDD-8B61-4C15-A0A7-6E6D5C72565D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7XvS-0005Zi-6T for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 17:11:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7XvM-0003Jr-C4 for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 17:11:34 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:57952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7XvM-0003Jn-5H for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 17:11:28 -0500 Received: by mail-we0-f172.google.com with SMTP id q58so4627337wes.17 for ; Sun, 26 Jan 2014 14:11:27 -0800 (PST) In-Reply-To: (Lukas Fuernkranz's message of "Sun, 26 Jan 2014 12:54:25 +0100") 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: Lukas Fuernkranz Cc: emacs-orgmode@gnu.org Hi Lukas, Lukas Fuernkranz writes: > when I install org-plus-contrib from ELPA I get org-drill version > 2.3.7 (which suffers from the bug mentioned above), but according to > http://orgmode.org/cgit.cgi/org-mode.git/tree/contrib/lisp/org-drill.el?id=739b2649c74d01ecb515cc922d99bf26b6d403d7 > it should come with version 2.4.0 (that fixes the mentioned bug and > probably other stuff) -- shouldn't it? Anyway, I'm quite confused > about this as I'm not familiar with org-mode's git repository. Is > there something wrong with my configuration or why do I get the old > version? org-plus-contrib is built from the "maint" branch of the repo, which contains the latest stable version. Probably the bugs were fixed in the master branch version, so you'll have to clone Org's repo to have them. ~$ git clone git://orgmode.org/org-mode.git -- Bastien