summaryrefslogtreecommitdiff
path: root/www/www.org
diff options
context:
space:
mode:
Diffstat (limited to 'www/www.org')
-rw-r--r--www/www.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/www.org b/www/www.org
index 1b0a362..7a4b615 100644
--- a/www/www.org
+++ b/www/www.org
@@ -49,13 +49,13 @@ are also published, in the sequence given.
( defun publication-builder ()
( let ( ( report-success "Build complete!" ) )
- ( lambda ()
- ( message report-success )
- ( ) ) ) )
+ ( list
+ :success-report
+ ( lambda ()
+ ( message report-success )
+ ( ) ) ) ) )
- ( defvar publish ( publication-builder ) )
-
- ( funcall publish )
+ ( funcall ( plist-get ( publication-builder ) :success-report ) )
#+END_SRC
* EOF