From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Repeated teaching classes and stopping date Date: Wed, 12 Nov 2014 02:03:40 +0000 (UTC) Message-ID: References: <5460F418.2030303@gmail.com> <878ujjez3g.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoNHs-0003uu-Uh for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 21:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoNHm-0000vT-Nc for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 21:04:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:36097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoNHm-0000vP-GE for emacs-orgmode@gnu.org; Tue, 11 Nov 2014 21:03:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XoNHk-0001ty-FV for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 03:03:52 +0100 Received: from pacific1202.us.unmetered.com ([199.217.118.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 03:03:52 +0100 Received: from jamshark70 by pacific1202.us.unmetered.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 03:03:52 +0100 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 Rasmus gmx.us> writes: > Also check > `org-clone-subtree-with-time-shift'. FWIW, I always create a separate subtree, with a single timestamp, for every class session. Advantages: - Individual status for each session: DONE, POSTPONED or CANCELED. - If a single class in a series needs to be rescheduled, it's easy. - I can add notes under the subtree, to plan for the session or note important things that happened in class. So then my calendar is not just a calendar -- it also helps with content organization. (That IMO is the whole point of org-mode: it's not just a calendar!) YMMV of course. hjh