[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defvar of bookmark-make-record-function breaks org-capture
- From: David Engster <deng@xxxxxxxxxxxxxxx>
- Date: Thu, 21 Oct 2010 13:39:11 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 11395
For a while now, I wondered why sometimes org-capture would throw an
error when I entered new notes. I finally found that in
w3m-bookmark.el, there's
(defvar bookmark-make-record-function nil)
which of course breaks any package using this when w3m-bookmark was
loaded first, including org-capture.
-David