emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Setting org-id-track-globally to nil results in "Wrong argument type: hash-table-p, nil" in org-id-find-id-file
@ 2010-02-23 11:39 Geralt
  2010-02-26 10:26 ` Geralt
  0 siblings, 1 reply; 4+ messages in thread
From: Geralt @ 2010-02-23 11:39 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-26 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 11:39 Setting org-id-track-globally to nil results in "Wrong argument type: hash-table-p, nil" in org-id-find-id-file Geralt
2010-02-26 10:26 ` Geralt
2010-02-26 18:45   ` David Maus
2010-02-26 18:51     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).