From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Drane Subject: Re: how to avoid item expansion when changing status? Date: Sun, 26 Oct 2014 17:29:52 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1141dd0887832605065a1ed0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiVOA-0004RR-9m for Emacs-orgmode@gnu.org; Sun, 26 Oct 2014 17:30:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiVO9-0005FS-Cl for Emacs-orgmode@gnu.org; Sun, 26 Oct 2014 17:30:14 -0400 Received: from mail-ig0-x22d.google.com ([2607:f8b0:4001:c05::22d]:42399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiVO9-0005FN-5k for Emacs-orgmode@gnu.org; Sun, 26 Oct 2014 17:30:13 -0400 Received: by mail-ig0-f173.google.com with SMTP id r10so2850343igi.12 for ; Sun, 26 Oct 2014 14:30:12 -0700 (PDT) In-Reply-To: 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 --001a1141dd0887832605065a1ed0 Content-Type: text/plain; charset=UTF-8 You could hide the state changes if you put (setq org-log-into-drawer "LOGBOOK") in your init file. I don't know how to hide the CLOSED tag though. On Sun, Oct 26, 2014 at 11:32 AM, Maciej Kalisiak wrote: > When I do C-c t d (TODO -> DONE) or similar status change on a TODO item, > it accumulates meta-data like: > CLOSED: [2014-10-26 Sun 11:25] > - State "DONE" from "TODO" [2014-10-26 Sun 11:25] > So each such item "blows up" on screen from 1 line to 3 lines. > > I do want to collect this data, but I do not want to necessarily see it > when I'm just marking things DONE... there is no value to me seeing this at > that point. > > However, in some situations, I wish I knew which, when I change the > status, the metadata is added BUT the item remains collapsed. I'd like to > have this always happen. Can anyone suggest how to achieve this? > > --001a1141dd0887832605065a1ed0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
You could hide the state changes if you put=C2=A0(setq org= -log-into-drawer "LOGBOOK") in your init file. I don't know h= ow to hide the CLOSED tag though.=C2=A0

On Sun, Oct 26, 2014 at 11:32 AM, Maciej Kalisiak <mkalisiak@gmail.com> wrote: