aboutsummaryrefslogtreecommitdiff
path: root/org.lua
diff options
context:
space:
mode:
Diffstat (limited to 'org.lua')
-rw-r--r--org.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.lua b/org.lua
index a4c1754..d0a2315 100644
--- a/org.lua
+++ b/org.lua
@@ -20,7 +20,7 @@ module("vicious.org")
-- {{{ OrgMode widget type
-function worker(format, files)
+local function worker(format, files)
-- Compute delays
local today = os.time{ year=os.date("%Y"), month=os.date("%m"), day=os.date("%d") }
local soon = today + 24 * 3600 * 3 -- 3 days ahead is close