From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-class, instead of (all) holidays could there be a set of holidays that could be skipped? Date: Thu, 30 Aug 2012 09:54:38 +0200 Message-ID: <87sjb4hl1d.fsf@altern.org> References: <1345830590.23528.YahooMailNeo@web163103.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zaL-00029P-OO for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 03:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6zaB-0002gl-Vw for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 03:54:41 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:57333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zaB-0002gT-PY for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 03:54:31 -0400 Received: by wibhm2 with SMTP id hm2so6304011wib.0 for ; Thu, 30 Aug 2012 00:54:30 -0700 (PDT) In-Reply-To: <1345830590.23528.YahooMailNeo@web163103.mail.bf1.yahoo.com> (Enda's message of "Fri, 24 Aug 2012 10:49:50 -0700 (PDT)") 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: Enda Cc: "emacs-orgmode@gnu.org" Hi Enda, Enda writes: > http://orgmode.org/worg/org-faq.html#org-class >> " If one of > the SKIP-WEEKS is the symbol holidays, then any holidays known to the > calendar are also skipped. " > > > Using org-class, instead of the symbol holidays to denote all holidays, > could there be a set of holidays that could be skipped denoted by another > symbol? Good idea. From latest git head, you can now use * Task <%%(org-class 2012 1 1 2013 12 12 2 "New Year's Day")> To skip task on the New Year's Day. Thanks, -- Bastien