From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Combining org-clone-subtree-with-time-shift and the skip weeks of org-class Date: Thu, 27 Aug 2015 13:19:11 +0200 Message-ID: <87zj1d6ksw.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvDQ-0002LB-LD for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUvDN-0007lU-HY for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:19:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:52309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUvDN-0007lK-BE for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 07:19:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZUvDK-0000fo-Dd for emacs-orgmode@gnu.org; Thu, 27 Aug 2015 13:19:26 +0200 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 13:19:26 +0200 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2015 13:19:26 +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 Instead of cloning N times like org-clone-subtree-with-time-shift does, could one generate the right amount of headings the same way org-class does. Instead of getting the same entry repeated like org-class does, you could later change the title of each entry individually: org-clone-entry-with-class-type-range on * Cours <2015-01-01 8:00-10:00> would create (with a + 1 month timeshift) something like * Cours <2015-02-01 8:00-10:00> * Cours <2015-02-01 8:00-10:00> ... some weeks skipped some holidays skipped Julien.