From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Bug? org.el:org-open-at-point Date: Sun, 05 Sep 2010 19:28:53 +0200 Message-ID: <87k4n0kskq.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsJ1k-0002Qk-PE for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 13:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsJ1j-00034s-QF for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 13:29:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:33897) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsJ1j-00034m-KG for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 13:29:11 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OsJ1f-00067V-3t for emacs-orgmode@gnu.org; Sun, 05 Sep 2010 19:29:07 +0200 Received: from p57aab7c7.dip.t-dialin.net ([87.170.183.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Sep 2010 19:29:07 +0200 Received: from Stromeko by p57aab7c7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Sep 2010 19:29:07 +0200 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 It seems like news: links are always sent to the browser and this definition is hiding a later invocation of GNUS: --------------- ((member type '("http" "https" "ftp" "news")) (browse-url (concat type ":" (org-link-escape path org-link-escape-chars-browser)))) ;;; ;;; some more lines ;;; ((string= type "news") (require 'org-gnus) (org-gnus-follow-link path)) --------------- Additionally, if I take out "news" from the first bit of code and follow a news: link, the code that supposedly opens news links in GNUS doesn't seem to work on my system (gmane is a foreign server in GNUS here, but that doesn't seem to be the reason). Achim.