From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Customising C-c C-c behaviour Date: Sun, 24 Jul 2011 16:11:46 +0200 Message-ID: <87oc0jv6cj.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql480-0007cH-Ih for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql47z-0007S2-H2 for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:16 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql47z-0007Rs-CJ for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:15 -0400 Received: by wyg36 with SMTP id 36so2919967wyg.0 for ; Sun, 24 Jul 2011 12:14:13 -0700 (PDT) In-Reply-To: (Paul Sexton's message of "Fri, 15 Jul 2011 00:07:42 +0000 (UTC)") 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: Paul Sexton Cc: emacs-orgmode@gnu.org Hi Paul, Paul Sexton writes: > 2. Creating another variable called org-ctrl-c-ctrl-c-post-hook > which runs after all other possibilities have failed, but just before > org-ctrl-c-ctrl-c fails. I've taken this road, and pushed this change in git. Except that I called the hook `org-ctrl-c-ctrl-c-post-hook' to match other hooks names like `org-shiftup-final-hook'. Let me know if it works for you! Thanks for this idea, -- Bastien