Bernt Hansen <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> Please report back which of these link types you are using, and >> if they are still working after a pull in your it repo. >> If not, I'd appreciate detailed backtraces so that this remaining >> issues can be fixed. > > I use bbdb and gnus links. > > Attempting to org-store-link in a gnus mail message > > Debugger entered--Lisp error: (error "Cannot link to a buffer which is not > visiting a file") > signal(error ("Cannot link to a buffer which is not visiting a file")) > error("Cannot link to a buffer which is not visiting a file") > (cond ((run-hook-with-args-until-success ...) (setq link ... desc ...)) > ((eq major-mode ...) (let ... ... ...)) ((eq major-mode ...) (setq cpltxt ... > link ...) (org-store-link-props :type "w3" :url ...)) ((eq major-mode ...) > (setq cpltxt ... link ...) (org-store-link-props :type "w3m" :url ...)) > ((setq search ...) (setq link ...) (setq cpltxt ...)) ((eq major-mode ...) > (setq cpltxt ... link ...) (org-store-link-props :type "image" :file > buffer-file-name)) ((eq major-mode ...) (setq cpltxt ... link ...)) ((and > buffer-file-name ...) (setq cpltxt ...) (when ... ...) (if ... ...) (setq > link ...)) ((buffer-file-name ...) (setq cpltxt ...) (when ... ... ...) (setq > link ...)) ((interactive-p) (error "Cannot link to a buffer which is not > visiting a file")) (t (setq link nil))) > (let (link cpltxt desc description search txt) (cond (... ...) (... ...) > (... ... ...) (... ... ...) (... ... ...) (... ... ...) (... ...) (... ... > ... ... ...) (... ... ... ...) (... ...) (t ...)) (if (consp link) (setq > cpltxt ... link ...)) (setq link (or link cpltxt) desc (or desc cpltxt)) (if > (equal desc "NONE") (setq desc nil)) (if (and ... link) (progn ... ...) (and > link ...))) > org-store-link(nil) > call-interactively(org-store-link) > execute-extended-command(nil) > call-interactively(execute-extended-command)
This works now. Thanks. -Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode