From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ianying@163.com" Subject: Why my config about org-log-reschedule didn't work? Date: Sat, 24 Feb 2018 09:01:59 +0800 Message-ID: <201802240901533196832@163.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_001_NextPart006362546172_=----" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epOEl-00030t-Fb for emacs-orgmode@gnu.org; Fri, 23 Feb 2018 20:02:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epOEi-0000lL-Bh for emacs-orgmode@gnu.org; Fri, 23 Feb 2018 20:02:51 -0500 Received: from m12-14.163.com ([220.181.12.14]:52213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epOEh-0000iI-Hm for emacs-orgmode@gnu.org; Fri, 23 Feb 2018 20:02:48 -0500 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 This is a multi-part message in MIME format. ------=_001_NextPart006362546172_=---- Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: base64 DQpJIHRoaW5rIGlmIEkgc2V0IHRoZSB2YXJpYWJsZSANCihzZXRxIG9yZy1sb2ctcmVzY2hlZHVs ZSAocXVvdGUgdGltZSkpIA0KDQpXaGVuIEkgY2hhbmdlIHRoZSBzY2hlZHVsZSB0aW1lIG9mIGEg dGFzaywgYSBkcmF3ZXIgd2lsbCBiZSBjcmVhdGVkLiBCdXQgbm90aGluZyBoYXBwZW5lZCBhcyBJ IGRpZCBzby4gRXZlbiBpZiBJIHNldHVwZWQgYSBuZXcgZW1hY3MsIHdpdGggdGhlIG9ubHkgY29u aWZnIGxpbmUgYWJvdmUuIEl0IHN0aWxsIGRpZCBub3Qgd29yay4NCldoYXQgZGlkIEkgbWlzc2Vk PyBUaGFuayB5b3UgaW4gYWR2YW5jZS4NCg0KDQoNCmlhbnlpbmdAMTYzLmNvbQ0K ------=_001_NextPart006362546172_=---- Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =0A

I think= if I set the variable 

(setq org-log-reschedule (quote = time)) 


When I change the schedule tim= e of a task, a drawer will be created. But nothing happened as I did so. E= ven if I setuped a new emacs, with the only conifg line above. It still di= d not work.

What did I missed? Thank you in advance.

=0A


=0A
ianying@163.com
=0A ------=_001_NextPart006362546172_=------ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: Why my config about org-log-reschedule didn't work? Date: Sat, 24 Feb 2018 09:02:28 +0100 Message-ID: <87lgfi7r3f.fsf@luisa.c0t0d0s0.de> References: <201802240901533196832@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epUn1-0003lL-B8 for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 03:02:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epUmx-0001jd-F6 for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 03:02:39 -0500 Received: from mout.gmx.net ([212.227.17.22]:53119) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epUmx-0001iu-5z for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 03:02:35 -0500 Received: from stella.c0t0d0s0.de ([89.204.155.133]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MdnN3-1f5l9J2qRJ-00PelR for ; Sat, 24 Feb 2018 09:02:32 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 2DABEC40B7 for ; Sat, 24 Feb 2018 09:02:30 +0100 (CET) In-Reply-To: <201802240901533196832@163.com> (ianying@163.com's message of "Sat, 24 Feb 2018 09:01:59 +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" To: emacs-orgmode@gnu.org Hello, "ianying@163.com" writes: > I think if I set the variable > (setq org-log-reschedule (quote time)) > > When I change the schedule time of a task, a drawer will be created. > But nothing happened as I did so. Even if I setuped a new emacs, with > the only conifg line above. It still did not work. > What did I missed? Thank you in advance. hm, works for me with current Org mode. I guess you did not override the log feature on a per file basis? Regards hmw