From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-time-stamp keep the month and the year Date: Sun, 18 Aug 2019 17:16:15 +0200 Message-ID: <87r25imrls.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59503) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hzMuu-0004vu-7C for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 11:16:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hzMut-0007hs-7j for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 11:16:24 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:34272 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hzMut-0007gt-0r for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 11:16:23 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hzMuq-000MOV-5W for emacs-orgmode@gnu.org; Sun, 18 Aug 2019 17:16:20 +0200 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 Hi Sometimes I have to insert various dates of a given month/year in a table. However if this is not an actual date, every time I use org-time-stamp I have to go back. On the other hand if this command is used twice in succession, a time range is inserted. So in some way the same month/year is kept. Could I obtain this behavior although I don't use the command twice in succession but move say the cursor. Uwe Brauer