From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [PATCH] adjust C-c C-c behavior on headlines whose text is a link Date: Sun, 21 Apr 2013 17:40:13 +0800 Message-ID: <87sj2kw7b6.fsf@ericabrahamsen.net> References: <87wqrww7fa.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTqfp-00036L-25 for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTqfo-0001aj-53 for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:35:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:37837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTqfn-0001ZZ-Vo for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 05:35:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UTqfn-0008OK-EX for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 11:35:03 +0200 Received: from 114.252.251.82 ([114.252.251.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 11:35:03 +0200 Received: from eric by 114.252.251.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 11:35:03 +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: emacs-orgmode@gnu.org Eric Abrahamsen writes: > An alternate version would pass the funcall to the :parent element *no > matter what*, seeing as 'C-c C-c' is currently always a no-op "on a link", I should have said >, and user-defined hooks have already been run. We could just pass it >on up and see what happens... > > Eric