From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] org-open-at-point does not work anymore in comment blocks Date: Mon, 28 Jul 2014 15:42:01 +0200 Message-ID: <87r415z98u.fsf@bzg.ath.cx> References: <87vbqvxgq9.fsf@konixwork.incubateur.ens-lyon.fr> <87vbqvm051.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofw-0007jR-Fl for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBoff-0005w4-8G for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:28 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:37467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBoff-0005u0-5l for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:11 -0400 In-Reply-To: <87vbqvm051.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 18 Jul 2014 12:28:26 +0200") 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: Nicolas Goaziou Cc: OrgMode ML , Samuel Loury Hi Samuel and Nicolas, Nicolas Goaziou writes: > This was discussed before on this ML. Some users made a point that > `org-open-at-point' should process links in node properties. In the case > of comments, though, I think we should be strict and use drawers > instead. I disagree, as you know. We already support opening links from standard comments (as an exception), I don't see why the exception should not extend to #+BEGIN_COMMENT blocks. I pushed a change so that links in comment blocks are now opened. -- Bastien