From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bug with org-clone-subtree-with-time-shift? Date: Sat, 20 Apr 2013 09:02:02 +0200 Message-ID: <87li8d1y8l.fsf@bzg.ath.cx> References: <2FB59C57-19D0-42A0-A243-1E933E80B757@ingmarmeissner.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTRoF-0000SE-3w for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTRoE-0006nh-0h for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:02:07 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:54770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTRoD-0006nb-QV for emacs-orgmode@gnu.org; Sat, 20 Apr 2013 03:02:05 -0400 Received: by mail-we0-f180.google.com with SMTP id x43so182475wey.39 for ; Sat, 20 Apr 2013 00:02:04 -0700 (PDT) In-Reply-To: <2FB59C57-19D0-42A0-A243-1E933E80B757@ingmarmeissner.de> (Ingmar Meissner's message of "Fri, 19 Apr 2013 22:05:08 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ingmar Meissner Cc: emacs-orgmode@gnu.org Hi Ingmar, Ingmar Meissner writes: > it seems to me that "org-clone-subtree-with-time-shift" is not > working correct with org-mode 8.0. Usually i could specify a time > shift, but not anymore. Did i miss something? David explanations are correct, but your email made me think I've been too heavy-handed with this change. It makes more sense to skip the time-shift prompt when there is no time-stamp and to have it by default when there is a time-stamp. So this is now how the command behaves. And when called with C-u, it will skip the time-shift prompt unconditionally. Thanks for bringing this up! -- Bastien