From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: org-log-reschedule: inactive time-stamp instead Date: Wed, 17 Dec 2014 10:08:07 +0100 Message-ID: <2014-12-17T10-01-43@devnull.Karl-Voit.at> References: <2014-12-16T18-21-20@devnull.Karl-Voit.at> <877fxr5kot.fsf@nicolasgoaziou.fr> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1B8x-0007LA-2S for emacs-orgmode@gnu.org; Wed, 17 Dec 2014 04:43:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1B8r-0004tD-TJ for emacs-orgmode@gnu.org; Wed, 17 Dec 2014 04:43:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:46556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1B8r-0004t5-Mj for emacs-orgmode@gnu.org; Wed, 17 Dec 2014 04:43:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y1B8J-0001tk-1p for emacs-orgmode@gnu.org; Wed, 17 Dec 2014 10:43:03 +0100 Received: from friends.grml.info ([136.243.234.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2014 10:43:03 +0100 Received: from news1142 by friends.grml.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2014 10:43:03 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * Nicolas Goaziou wrote: > Hello, Hi Nicolas! > Karl Voit writes: > >> Those active time-stamps clutter my daily agenda a bit. Therefore: >> >> ,----[ what I would like to get ] >> | :LOGBOOK: >> | - Rescheduled from "[2014-12-17 Mi]" on [2014-12-16 Di 17:01] >> | :END: >> `---- >> >> So can someone please add an option for this variable to get >> inactive time-stamps? > > This should be the default behaviour. In my memory, this was the case in the past. My guess is, that this changed when I did an update of my org git repository. Currently: Org-mode version 8.3beta (release_8.3beta-544-g77f088) > Have you customized somehow > `org-log-note-headings'? No, but thanks for the pointer - looks very handy to me! ,----[ my setting which is not customized ] | Value: ((done . "CLOSING NOTE %t") | (state . "State %-12s from %-12S %t") | (note . "Note taken on %t") | (reschedule . "Rescheduled from %S on %t") | (delschedule . "Not scheduled, was %S on %t") | (redeadline . "New deadline from %S on %t") | (deldeadline . "Removed deadline, was %S on %t") | (refile . "Refiled on %t") | (clock-out . "")) `---- I could not locate anything suspicious in my config file[1] via "M-x occur" + "active". [1] https://github.com/novoid/dot-emacs/blob/master/main.el -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github