From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG?] org-clone-subtree-with-time-shift Date: Tue, 09 Apr 2013 19:44:15 +0200 Message-ID: <874nffoaz4.fsf@bzg.ath.cx> References: <86y5cr8vhq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPcaf-0005Op-Pe for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPcae-00075u-Gj for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:44:17 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:34114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPcae-00075l-Aj for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:44:16 -0400 Received: by mail-wg0-f52.google.com with SMTP id n12so7110474wgh.31 for ; Tue, 09 Apr 2013 10:44:15 -0700 (PDT) In-Reply-To: <86y5cr8vhq.fsf@gmail.com> (David Rogers's message of "Tue, 09 Apr 2013 10:27:45 -0700") 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: David Rogers Cc: Org-mode Hi David, David Rogers writes: > I like to use org-clone-subtree-with-time-shift (C-c C-x c) fairly > frequently in some of my Org-mode files. Lately, it seems to have > changed its function so that it creates only an exact clone, and doesn't > prompt me for the time shift. Can other people reproduce this on a > fairly recent git pull, or do I need to explore my .emacs to find out > what I've done wrong? The default is to not ask for a time-shift by default, only when (1) called with a prefix argument and (2) there is a time cookie. C-u C-c C-x c should do. Let me know if the docstring is not clear or if you find this not user-friendly -- remember in many cases, we may want to clone tasks that have no time specs. Thanks, -- Bastien