From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Links in comments Date: Wed, 28 Oct 2015 14:27:17 -0700 Message-ID: References: <87ziz4xu5t.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrYFb-0004fd-MB for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 17:27:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrYFa-0006bb-U6 for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 17:27:19 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:34709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrYFa-0006bV-NV for emacs-orgmode@gnu.org; Wed, 28 Oct 2015 17:27:18 -0400 Received: by wmff134 with SMTP id f134so12615648wmf.1 for ; Wed, 28 Oct 2015 14:27:18 -0700 (PDT) In-Reply-To: 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: John Kitchin Cc: Kaushal Modi , emacs-org list On 10/28/15, John Kitchin wrote: > Your mileage may vary, but this seems to show links in comments for me: > > #+BEGIN_EXAMPLE > (highlight-regexp org-any-link-re 'org-link) > #+END_EXAMPLE nice workaround! thanks! it's a matter of perspective. comments mean two separate things: 1] "commenting out" 2] "note to self" note that org-mouse does [and should if and only if fontified] allow clicks on commented links, following the "note to self" principle.