diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-01-07 20:19:11 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-01-07 20:19:11 -0500 |
commit | 624ad5514b425659cae9c4cb9da872d15aa93a2b (patch) | |
tree | 63bfab626317df432d5f4637e3a949361dfd02c5 /2d | |
parent | 9b52e9c83c56eef77037fdd7c31e8874e96d4f6a (diff) |
Export agenda variables.
* 2d/agenda.scm: Export *global-agenda* and current-agenda.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/agenda.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2d/agenda.scm b/2d/agenda.scm index 93dc466..7a17ade 100644 --- a/2d/agenda.scm +++ b/2d/agenda.scm @@ -27,6 +27,8 @@ #:use-module (srfi srfi-9) #:use-module (2d coroutine) #:export (make-agenda + *global-agenda* + current-agenda with-agenda schedule schedule-interval |