From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geralt Subject: Setting org-id-track-globally to nil results in "Wrong argument type: hash-table-p, nil" in org-id-find-id-file Date: Tue, 23 Feb 2010 12:39:26 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Njt6w-0006P7-0A for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 06:39:30 -0500 Received: from [140.186.70.92] (port=57865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Njt6v-0006Oe-38 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 06:39:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Njt6u-0006cy-E4 for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 06:39:28 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:20024) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Njt6u-0006cs-9W for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 06:39:28 -0500 Received: by fg-out-1718.google.com with SMTP id 19so595676fgg.12 for ; Tue, 23 Feb 2010 03:39:26 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, the following test-case reproduces the above message: emacs -q (setq org-id-track-globally nil) // Open a file using IDs and a link to at least one of those headings (require 'org-id) // Now try to follow an id-link A sample org-file with an id: * An item :PROPERTIES: :ID: 0fb1cfdb-7bf7-4d8f-95b3-2e50e4d23537 :END: * A link [[id:0fb1cfdb-7bf7-4d8f-95b3-2e50e4d23537][An item]] The exact error-message is: org-id-find-id-file: Wrong type argument: hash-table-p, nil HTH, Geralt.