summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2022-08-03 22:21:59 -0300
committerRoger Gonzalez <roger@rogs.me>2022-08-03 22:21:59 -0300
commitd24503d0f54297113d418466927a55ed91bf426f (patch)
tree3f29f151c7b969b4182f93665d0d05ab1681e620
parent64042a5bc8e1a6debeb1ab30a052303c48ccefd3 (diff)
Fixed creation tags
-rw-r--r--org.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.py b/org.py
index 0073daf..846868c 100644
--- a/org.py
+++ b/org.py
@@ -25,7 +25,7 @@ class OrgData(NextCloudConnection):
today = self._generate_today()
todo_template = f"""
-** TODO {description} :NEW: :BOT:
+** TODO {description} :NEW::BOT:
Desired outcome: {outcome}
:LOGBOOK:
- Added: [{today}]