summaryrefslogtreecommitdiff
path: root/www/build-site.el
diff options
context:
space:
mode:
Diffstat (limited to 'www/build-site.el')
-rw-r--r--www/build-site.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/build-site.el b/www/build-site.el
index e1c712e..3e88b9a 100644
--- a/www/build-site.el
+++ b/www/build-site.el
@@ -1,7 +1,5 @@
;; -*- lexical-binding: t; -*-
-( require 'ox-publish )
-
( defun publication-object ( )
( let ( ( object-projects ( list ) )
( org-publish-project-alist ( list ) )
@@ -39,5 +37,3 @@
( funcall object-compose )
( funcall object-report )
( ) ) )
-
-( publish :data-projects ( list "marekpasnikowski.pl" ) )