From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Loury Subject: [BUG] org-open-at-point does not work anymore in comment blocks Date: Fri, 18 Jul 2014 09:34:38 +0200 Message-ID: <87vbqvxgq9.fsf@konixwork.incubateur.ens-lyon.fr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X82hH-0003d9-Md for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 03:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X82hB-0000Kk-Fr for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 03:35:15 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:45254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X82hB-0000I5-A7 for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 03:35:09 -0400 Received: by mail-wi0-f171.google.com with SMTP id hi2so355115wib.10 for ; Fri, 18 Jul 2014 00:35:07 -0700 (PDT) Received: from localhost (162.48.7.109.rev.sfr.net. [109.7.48.162]) by mx.google.com with ESMTPSA id d12sm12127528wjx.0.2014.07.18.00.35.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 00:35:06 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: OrgMode ML --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, On version baa2c5943a4afce71a6336cbd957139e840bd952. Links are not followed anymore in comment blocks. You may test it by launching (org-open-at-point) with the cursor into the link in the following example. =2D-8<---------------cut here---------------start------------->8--- * Test #+BEGIN_COMMENT [[http://orgmode.org/]] #+END_COMMENT =2D-8<---------------cut here---------------end--------------->8--- It triggers a user error in lisp/org.el at line 10641 since there is no computed context. Indeed, org-element-context does not appear to do anything for this case. I have no time left to investigate further, but I think someone out there could find this bit of information useful. =2D-=20 Konubinix GPG Key : 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTyM4lAAoJEHXSPO10ORBqIw8H/jVkVgYU4uI1RDM+u2H9SZj9 x9owc9U37xjMlcXLjTkwXtffKBxj4ezVcm6rMuAR4SZI17oi+CxvfTkv/j0vbXUL 5H8wOExTqlCIehd18ROoD462T36kaAAXrXSR3ESh5+AtVmMIIQgnSTQ974m7awap JDM/8umnEYN0s6+xrQuvBi0AIIRKvZzjouEq6W7BEi+iIM8GJffD5yBMZD96cwzR Bf6nlPKLBPhiiaovG4CWzlGrU/BsLl+VWk6WF45Ag/IP5eMM0+A4T7BN3WNwzkXu FDqI1Fk/7wm1T2GPdIX0koI1bWkZlLqlsBy8V7N/oBkw58XYNKyhVlF83K2lBFs= =y+jV -----END PGP SIGNATURE----- --=-=-=--