emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Using org-diary


From: Nick Dokos
Subject: Re: [O] Using org-diary
Date: Tue, 07 Jan 2014 16:26:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stephen J. Barr <address@hidden> 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


   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]