From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-mode based groupware wiki Date: Thu, 17 Oct 2013 19:16:27 -0400 Message-ID: <87li1ra3p0.fsf@gmail.com> References: <878uy9jfps.fsf@gmail.com> <87siw480gv.fsf@gmail.com> <87r4bj69t9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWwoI-0004jG-DE for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 19:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWwoB-0000YA-2y for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 19:16:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:33549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWwoA-0000Xy-SQ for emacs-orgmode@gnu.org; Thu, 17 Oct 2013 19:16:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWwo5-0005x4-Hs for emacs-orgmode@gnu.org; Fri, 18 Oct 2013 01:16:41 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Oct 2013 01:16:41 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Oct 2013 01:16:41 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Schulte writes: > It looks like you've uncovered a bug in elnode, namely that it uses the > `aget' function without first requiring the `assoc' package which > defines that function. I bet if you first (require 'aget) and then > re-try you will not see this problem. > Should be (require 'assoc). But IIRC, assoc is deprecated, so another solution will need to be implemented in the longer term. -- Nick