From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: Re: org-log-reschedule: inactive time-stamp instead Date: Thu, 25 Jun 2015 22:05:42 +0200 Message-ID: References: <87k2usx9lz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8DPG-0005KI-5G for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 16:05:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8DPB-0000hG-TN for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 16:05:54 -0400 Received: from mout.web.de ([212.227.15.4]:64251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8DPB-0000gy-Bw for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 16:05:49 -0400 In-Reply-To: <87k2usx9lz.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > Von: Nicolas Goaziou > Datum: Thu, 25 Jun 2015 14:20:40 +0200 > Betreff: Re: org-log-reschedule: inactive time-stamp instead > > Hello, > > >> I wonder if I get something wrong, but in the variable org-log-note-headings >> I see >> >> Heading when rescheduling >> String: Rescheduled from %S on %t >> Shouldn't the %S represent a TODO state (which makes no sense)? > > %S represents the last "state". If you change a TODO keyword, is also > a TODO keyword (or lack thereof). If you alter a timestamp, it is that > timestamp. > >> Can I replace it by an inactive timestamp? > > Is there any use case for an active timestamp at this location anyway? > If there is not, we could automatically convert it to an inactive > timestamp. > > WDYT? Salut Nicolas, thanks a lot for your explanations! If the timestamp would automatically be converted to an inactive one, hat would be perfect from my point of view. How can we achievve that? (I'm sorry, but I am still quite clueless concerning ELISP :-) ) Kind regards Martin