From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Bug] org-open-at-point does not work inside properties block Date: Tue, 04 Mar 2014 16:19:54 +0100 Message-ID: <8738iy2dph.fsf@bzg.ath.cx> References: <87k3caks7l.fsf@strey.biz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKrEq-0003XS-4F for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:26:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKr8T-0007Fh-Jr for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:20:06 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:54333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKr8T-0007D1-75 for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 10:20:01 -0500 In-Reply-To: <87k3caks7l.fsf@strey.biz> (Michael Strey's message of "Tue, 04 Mar 2014 14:29:18 +0100") 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: Michael Strey Cc: org mode Hi Michael, Michael Strey writes: > Since some days links in properties blocks do not work any more. This is a temporary limitation due to the recent rewrite of `org-open-at-point'. There is a discussion on how to compensate the limitations: http://article.gmane.org/gmane.emacs.orgmode/82949 Another limitation is that you cannot open links in comments. One idea is to let `org-open-at-point' fall back on (browse-url (thing-at-point 'url)) in areas where links are not syntactically accepted, while still "visually" present. We cannot sort this out too quickly, as this needs reasonable feedback from users. Thanks, -- Bastien