From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Irelan Subject: Run C-c C-c fixups everywhere in a file? Date: Fri, 24 Aug 2018 18:00:43 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftMwj-0003cO-JJ for emacs-orgmode@gnu.org; Fri, 24 Aug 2018 21:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftMwi-0000fU-LW for emacs-orgmode@gnu.org; Fri, 24 Aug 2018 21:00:57 -0400 Received: from mail-oi0-x229.google.com ([2607:f8b0:4003:c06::229]:43586) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ftMwi-0000dr-EY for emacs-orgmode@gnu.org; Fri, 24 Aug 2018 21:00:56 -0400 Received: by mail-oi0-x229.google.com with SMTP id b15-v6so18307032oib.10 for ; Fri, 24 Aug 2018 18:00:55 -0700 (PDT) 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: Org-mode Hi, The C-c C-C command does a variety of actions to improve the consistency of an Org-mode file, such as updating timestamps, realigning tables, etc. Has anyone created a command to run all of these actions everywhere in a file where C-c C-c merely reformats or fixes the file, as opposed to changing state (as it does on checkboxes)? I'm envisioning something using the org-element API. -- Robert Irelan rirelan@gmail.com