emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug? org.el:org-open-at-point
@ 2010-09-05 17:28 Achim Gratz
  2010-09-05 17:57 ` David Maus
  0 siblings, 1 reply; 8+ messages in thread
From: Achim Gratz @ 2010-09-05 17:28 UTC (permalink / raw)
  To: emacs-orgmode


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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-22 17:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-05 17:28 Bug? org.el:org-open-at-point Achim Gratz
2010-09-05 17:57 ` David Maus
2010-09-05 18:48   ` Achim Gratz
2010-09-20 20:08     ` David Maus
2010-09-21  6:44       ` Achim Gratz
2010-09-22  7:28         ` David Maus
2010-09-22 16:44           ` Achim Gratz
2010-09-22 17:41             ` David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).