From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: "Inheriting" timestamps Date: Fri, 03 Aug 2012 20:08:54 +0200 Message-ID: <87hasjn8zt.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxMIQ-0001Po-Uy for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 14:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxMIP-00043Z-W6 for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 14:08:22 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxMIP-00043N-OI for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 14:08:21 -0400 Received: by weys10 with SMTP id s10so725873wey.0 for ; Fri, 03 Aug 2012 11:08:21 -0700 (PDT) In-Reply-To: (James Harkins's message of "Tue, 21 Feb 2012 14:05:31 +0800") 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: jamshark70@dewdrop-world.net Cc: emacs-orgmode@gnu.org James Harkins writes: > If that isn't feasible, I'd be satisfied with an automatic way to > change all the timestamps in subheadings underneath a given heading: > put the Emacs cursor on the "Pending today" line, hit some keystroke, > and all the dates change underneath. (setq org-loop-over-headlines-in-active-region t) Go to "* Pending today". C-c @ to mark the whole subtree. C-c C-s to schedule all headlines (the subtree and its content.) HTH, -- Bastien