From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rogers Subject: Re: bug with org-clone-subtree-with-time-shift? Date: Fri, 19 Apr 2013 13:37:37 -0700 Message-ID: <86bo9ap88e.fsf@gmail.com> 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]:55413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTI3z-00065i-Hx for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 16:37:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTI3y-0001WZ-IZ for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 16:37:43 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:56369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTI3y-0001WD-CV for emacs-orgmode@gnu.org; Fri, 19 Apr 2013 16:37:42 -0400 Received: by mail-pd0-f179.google.com with SMTP id x11so2409582pdj.38 for ; Fri, 19 Apr 2013 13:37:40 -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: emacs-orgmode@gnu.org Ingmar Meissner writes: > Hi, > > 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? Hi Ingmar I had the same problem; it's not a bug, it still works, just the default behaviour has been changed for 8.0. The change is that the time-shift is no longer automatic. Now, before you type C-c C-x c you need to type C-u first, so that the whole command is "C-u C-c C-x c", if you want the time shift. Otherwise, you get a plain clone with no time shift. (Before, you had to press extra keys to get a plain clone, now you have to press extra keys to get a time-shifted clone.) -- David