From 08f13b38d98f5bbe94e508135858e78864a26cb9 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 3 Nov 2016 21:02:24 -0400 Subject: Fix link handling. --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3