From mboxrd@z Thu Jan 1 00:00:00 1970 From: Win Treese Subject: open link in source code block Date: Fri, 4 Jan 2019 19:38:35 -0500 Message-ID: <8585C713-3A24-4FE3-A187-A4587F3ADC97@acm.org> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:57434 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfZzB-0008Bn-4B for Emacs-orgmode@gnu.org; Fri, 04 Jan 2019 19:38:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfZz6-0000YH-3i for Emacs-orgmode@gnu.org; Fri, 04 Jan 2019 19:38:44 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:53303) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gfZz5-0000W7-Qa for Emacs-orgmode@gnu.org; Fri, 04 Jan 2019 19:38:40 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 771B715A2 for ; Fri, 4 Jan 2019 19:38:37 -0500 (EST) Received: from cirocco.treese.org (pool-173-48-55-246.bstnma.fios.verizon.net [173.48.55.246]) by mail.messagingengine.com (Postfix) with ESMTPA id AE215100BA for ; Fri, 4 Jan 2019 19:38:35 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Emacs-orgmode@gnu.org I suspect that this has come up before, but I couldn=E2=80=99t find = anything about it in the mailing list archives. Suppose I have the following Org file contents: * test #+BEGIN_SRC emacs-lisp (setq yyy 3) ;; See https://www.gnu.org #+END_SRC The URL for gnu.org is highlighted as a clickable link. But if I click = it, the source block is evaluated. This seems rather unexpected, = especially since my intention was to open the link. I don=E2=80=99t know if this is a bug or if it=E2=80=99s the intended = behavior. Or if there is a setting I have missed. Version information: Aquamacs 3.5 on Mac OS 10.13.6, based on Emacs = 25.3.50.1, Org version 9.2. Started Aquamacs with -q, then ran = (package-initialize) so that it would find the current MELPA version of = Org. No other configuration code was run. Thanks for any insight. Win Treese treese@acm.org