summaryrefslogtreecommitdiff
path: root/www/www.org
diff options
context:
space:
mode:
Diffstat (limited to 'www/www.org')
-rw-r--r--www/www.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/www.org b/www/www.org
index 669d297..1b0a362 100644
--- a/www/www.org
+++ b/www/www.org
@@ -47,12 +47,15 @@ are also published, in the sequence given.
( require 'ox-publish )
- ( setq build-publication
+ ( defun publication-builder ()
( let ( ( report-success "Build complete!" ) )
( lambda ()
- ( message report-success ) ) ) )
+ ( message report-success )
+ ( ) ) ) )
- ( funcall build-publication )
+ ( defvar publish ( publication-builder ) )
+
+ ( funcall publish )
#+END_SRC
* EOF