Matt Lundin <m...@imapmail.org> writes:

> (my-calculate-skip-weeks '(10 17 2015) '(11 1 2015) 3) => (43 44)
>
> Based on this information, the org-class sexp could be written like
> this:
>
> %%(org-class 2015 9 15 2015 12 20 3 43 44) My class

I want to use the result of my-calculate-skip-weeks several times.

(my-calculate-skip-weeks) is run from an emacs-lisp source block. I
tried:

--8<---------------cut here---------------start------------->8---
(setq my-holidays '(43 44))

%%(org-class 2015 9 15 2015 12 20 3 'my-holidays') My class
--8<---------------cut here---------------end--------------->8---

but the entry isn't picked up by the agenda. Also, could org-class
access directly the #+RESULTS value if it's named ?

Julien.


Reply via email to