From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Using org-diary Date: Tue, 07 Jan 2014 16:26:58 -0500 Message-ID: <8761pvqy8t.fsf@alphaville.bos.redhat.com> References: <87fvp0eswd.fsf@mezarim.home> <87a9f8dbl2.fsf@alphaville.bos.redhat.com> <87zjn8so5d.fsf@mezarim.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0eBB-0000bn-Eu for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 16:27:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0eB5-0004Ge-LE for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 16:27:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:38981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0eB5-0004GT-DA for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 16:27:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0eB3-0005i8-EX for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 22:27:09 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jan 2014 22:27:09 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jan 2014 22:27:09 +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 Stephen J. Barr writes: > I think that iI figured it out. I was transposing the last two arguments > for some of the cases. Just curious, in the documentation for org-class, > > (org-class Y1 M1 D1 Y2 M2 D2 DAYNAME &rest SKIP-WEEKS) > > what is &rest ? > See (info "(elisp) Other Features of Argument Lists") ,---- | To specify optional arguments that may be omitted when a function is | called, simply include the keyword `&optional' before the optional | arguments. To specify a list of zero or more extra arguments, include | the keyword `&rest' before one final argument. `---- Nick