From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: =?UTF-8?B?UmU6IFBvdGVudGlhbCBmZWF0dXJlIHJlcXVlc3Qg4oCTIG1vcmUg?= =?UTF-8?B?YXV0b21hdGljIHVwZGF0aW5nIG9mIGNvb2tpZXM=?= Date: Thu, 28 Jul 2016 22:53:11 -0500 Message-ID: <87oa5hyuag.fsf@alphapapa.net> References: <1469650898.16323.41.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSyrd-0006lt-8z for emacs-orgmode@gnu.org; Thu, 28 Jul 2016 23:53:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSyrX-0000wC-6l for emacs-orgmode@gnu.org; Thu, 28 Jul 2016 23:53:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:55341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSyrX-0000s8-07 for emacs-orgmode@gnu.org; Thu, 28 Jul 2016 23:53:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bSyrO-0006jI-1o for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 05:53:18 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 05:53:18 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2016 05:53:18 +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" To: emacs-orgmode@gnu.org Jorge Peixoto de Morais Neto writes: > Should I request the feature of Org automatically updating cookies when using > structure editing commands such as C-c C-x C-w, C-c C-x C-y, , > and friends?  Would it be worth the development cost?  I > unfortunately cannot develop it myself. Hi Jorge, It might be enough to advise a few functions to call org-update-statistics-cookies, e.g.: (advice-add 'org-cut-special :after 'org-update-statistics-cookies)