From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Timestamped items with M-RET Date: Sat, 17 Mar 2018 10:55:15 +0100 Message-ID: <87efkjdo1o.fsf@nicolasgoaziou.fr> References: <84zi37f38m.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ex8Ye-00037C-7d for emacs-orgmode@gnu.org; Sat, 17 Mar 2018 05:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ex8YZ-0001fl-C4 for emacs-orgmode@gnu.org; Sat, 17 Mar 2018 05:55:24 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:45739) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ex8YZ-0001do-4N for emacs-orgmode@gnu.org; Sat, 17 Mar 2018 05:55:19 -0400 In-Reply-To: <84zi37f38m.fsf@gmail.com> (Marco Wahl's message of "Sat, 17 Mar 2018 10:41:45 +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" To: Marco Wahl Cc: emacs-orgmode@gnu.org Hello, Marco Wahl writes: > Possibly you also like the feature to create list items including the > current time with key M-RET when in such item. This is for creating > lists like the following: > > - [2018-03-17 Sat 10:19] Write to the list. > - [2018-03-17 Sat 10:22] Think about wording. Is `M-RET C-u C-u C-c !' that long to type? If you use it often enough to want to extend `org-insert-item' for it, it should become fairly quick. > This is similar to the functionality already available for timer > items. (info "(org) Timers") Timers are precise to the second, so speed matters. OTOH, timestamps are only precise to the minute. Regards, -- Nicolas Goaziou