From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: RFC: changes to the way prefix arguments work for the command org-todo Date: Tue, 13 Aug 2019 22:38:49 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46714) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxeVS-0007b0-Fy for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 17:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxeVR-0004ZD-FE for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 17:39:02 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:50169) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hxeVR-0004Wm-9S for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 17:39:01 -0400 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" To: Carsten Dominik , org-mode list Carsten Dominik writes: > 3. I want to make `C-u C-c C-t' to switch the TODO state and force logging > a time stamp and taking a note. I am already using that functionality (now > harder to access, on `C-u C-u C-u C-c C-t'), I find it very natural and I > think it is often better than configuring automatic note-taking for every > change, at least for my working environment. Automatic note-taking slows > me down too often. I am in favour of this. I want to take notes when changing states _some_ of the time, and thus activate it but end up hitting `C-c C-k' to omit the note most of the time. I could omit automatic notes and manually add notes with `C-c C-z`, but I think what you propose here is better. Stig