Stephen J. Barr <step...@planetbarr.com> 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