From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: Auto insert and change date in header? Date: Fri, 26 Jul 2013 15:49:03 -0500 Message-ID: <864nbh11z4.fsf@davemarq.austin.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2owx-0003K8-Mf for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 16:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2oww-0000qa-UH for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 16:49:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:52763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2oww-0000qS-Ng for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 16:49:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V2owv-0003gy-0W for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 22:49:17 +0200 Received: from 32.97.110.56 ([32.97.110.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jul 2013 22:49:17 +0200 Received: from davemarq by 32.97.110.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jul 2013 22:49:17 +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 Xebar Saram writes: > does any one know of a way to auto insert/change the date in each sections > header when the section is edited?IE have a date in the header showing > last edited date. > Is this technically possible? Try setting before-save-hook. See "(elisp) Saving Buffers". -Dave