From mboxrd@z Thu Jan 1 00:00:00 1970 From: thunk2@arcor.de (Thomas Plass) Subject: Re: bug? 'org-ctrl-c-ctrl-c-final-hook not run Date: Sun, 17 Mar 2019 21:50:26 +0100 Message-ID: <23694.45842.577130.144752@AGAME7.local> References: <23694.38816.468259.88211@AGAME7.local> <84imwhi8ya.fsf@gmail.com> Reply-To: Thomas Plass Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5cm2-0003hD-V4 for emacs-orgmode@gnu.org; Sun, 17 Mar 2019 16:52:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5cjw-0001xh-VK for emacs-orgmode@gnu.org; Sun, 17 Mar 2019 16:50:41 -0400 Received: from vsmx009.vodafonemail.xion.oxcs.net ([153.92.174.87]:18737) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5cjt-0001v5-KG for emacs-orgmode@gnu.org; Sun, 17 Mar 2019 16:50:39 -0400 In-Reply-To: Your message of Sunday, March 17 2019 20:42:37 (ID: <84imwhi8ya.fsf@gmail.com>). 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" To: Marco Wahl Cc: emacs-orgmode@gnu.org Marco, thanks for clearing this up. Marco Wahl wrote at 20:42 on March 17, 2019: : : Possibly it's a good idea to realize the implementation of your idea : independent of C-c C-c. And postpone the binding with C-c C-c. I've developed something that initially started off as a predicate to be called and used by Lisp, but adding an interactive mode was easy and turns the whole thing into an Org add-on. There are no inherent dependencies. Binding with C-c C-c would just be a recommendation to users as a convenient and natural way to access the functionality. On this note: is this list the proper channel to publish initial versions of add-ons and solicit feedback? Regards Thoams