Variable: org-gnus-prefer-web-links
org-gnus-prefer-web-links is a customizable variable defined in
ol-gnus.el.gz.
Value
nil
Documentation
If non-nil, org-store-link creates web links to Google groups.
When nil, Gnus will be used for such links.
Using a prefix argument to the command M-x org-store-link (org-store-link) (org-store-link)
negates this setting for the duration of the command.
Aliases
org-usenet-links-prefer-google (obsolete since 9.1)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol-gnus.el.gz
;;; Customization variables
(defcustom org-gnus-prefer-web-links nil
"If non-nil, `org-store-link' creates web links to Google groups.
\\<org-mode-map>When nil, Gnus will be used for such links.
Using a prefix argument to the command `\\[org-store-link]' (`org-store-link')
negates this setting for the duration of the command."
:group 'org-link-store
:type 'boolean)