summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.sh b/publish.sh
index 26251b2..6b1006c 100755
--- a/publish.sh
+++ b/publish.sh
@@ -5,7 +5,7 @@ cd $(dirname $0)
(cd input && git pull)
INPUTS=$(find input -name '*.org' -exec grep -l "#+PUBLISH" {} \;)
-readonly filter='s/#\+PUBLISH//g; ;s/\[file([^\]]*)\.org\]/[$1.html]/g'
+readonly filter='s/#\+PUBLISH//g; ;s/\[file:([^\]]*)\.org\]/[$1.html]/g'
mkdir -p www
cp static/*.css www