From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Please test links Date: Sat, 15 Mar 2008 15:19:44 -0400 Message-ID: <87od9fpzfz.fsf@gollum.intra.norang.ca> References: <3FE7D870-A0BF-48A7-A9B5-1023493C0861@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JabvF-0007mP-Vx for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 15:20:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JabvE-0007jx-Cy for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 15:20:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JabvE-0007jU-3v for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 15:20:00 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JabvD-0000I1-QH for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 15:20:00 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jabv8-0002sL-1e for emacs-orgmode@gnu.org; Sat, 15 Mar 2008 19:19:54 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 19:19:54 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 19:19:54 +0000 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 Carsten Dominik 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) Regards, Bernt