From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Ihm Subject: Re: [dev] New version of org-index.el --- a personal index for org and beyond Date: Wed, 10 Dec 2014 22:26:36 +0100 Message-ID: <5488BA8C.1060207@ihm.name> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyomW-0004fy-FG for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 16:26:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyomR-0002hn-2J for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 16:26:48 -0500 Received: from smtp04.udag.de ([62.146.106.30]:40998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyomQ-0002hO-Sr for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 16:26:43 -0500 In-Reply-To: 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: Alan Schmitt Cc: emacs-orgmode@gnu.org Hi Alan, I see the same error, when starting with a vanilla emacs; so these errors were easy to fix (version 3.0.1): http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD Thanx for reporting ! best regards Marc On 12/09/2014 09:02 PM, Alan Schmitt wrote: > On 2014-12-09 19:58, Alan Schmitt writes: > >> I've given it a try, and upon creation there is a backtrace (when I'm >> done with the setup): >> >> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) >> org-index--goto-list("columns-and-flags") >> org-index--create-index() >> org-index--create-missing-index("Variable org-index-id is not set, >> so probably no index table has been created yet.") >> org-index--verify-id() >> org-index(nil) >> call-interactively(org-index record-it) >> >> The table seems to be created, so I guess it's just a single occurrence >> of a setup error. > > As a followup, org-index could not find the id after restarting emacs, > so I guess the backtrace happened before it was saved. I manually added > the `org-index-id' to my .emacs and it now works. > > I tried adding a node, and although I changed the category and keyword > that were proposed to me, the node was inserted with the default ones. > > Is this the place to report such bugs? > > Thanks, > > Alan >