>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> In an org file >> >> 1. I run org-agenda >> >> 2. Then m (for search tags) >> >> 3. Then the tag, which is displayed but also an annoying error >> message which I attach > It doesn't look like an Org bug. You may need to update BBDB (mine, 3.2, > contains said function) or check `gnorb-org-popup-bbdb'. I'd like to configure org mode such that function is not executed, but I don't know how. Meanwhile I set a dummy function (defun bbdb-record-xfield () (interactive) (message "this is a dummy function.")) But I was only partially successful. Any ideas what to do?