From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: adjustment of schedules in org Date: Thu, 09 Mar 2017 09:17:25 -0800 Message-ID: <8737emnzdm.fsf@ericabrahamsen.net> References: <2a52f8d4-68eb-bb27-9faa-a0066a789e09@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]:49730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm1hK-0000Mo-KI for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 12:17:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cm1hH-0006ag-El for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 12:17:54 -0500 Received: from [195.159.176.226] (port=55134 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cm1hH-0006a9-7x for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 12:17:51 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cm1h8-0004Uy-6l for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 18:17:42 +0100 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 Christian Brandstätter writes: > Dear list, > > I am rather new to org and I have a question to practitioners: How do > you adjust your priorly set up dates (deadline extension, etc.)? I > would manually delay certain entries. Thus I would lose the > information of the original schedule. Is there a simple way to keep > that information? > Or, differently: what would be a (more) reasonable way to go to adjust > project time frames in emacs org? > > Best, > Christian You're probably looking for the `org-log-reschedule' option: that will let you leave a stamp or take a note if you change the scheduled date of an option. I know that would end up doubling the size of my org files. :) Eric