-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
When a logseq block is set to DOING, the item seems to be closed in taskwarrior.
Steps to reproduce:
- add a new
TODOblock to logseq and runbugwarrior pull - change the block to
DOINGand start the task in taskwarrior by runningtask start $JOBIDwith$JOBIDthe newly created task in taskwarrior. The commandtask activeshows this task as active. - run
bugwarrior pullagain. The task will be closed in taskwarrior and a new task will be created.
WithLOGSEQUUIDset to the UUID of the block in logseq,task logsequuid:${LOGSEQUUID} allwill show two items.
taskwarrior: v2.6.2
bugwarrior: 2.0.0.post0 (rev 768c90f )
logseq configuration in bugwarrior:
[logseq]
service = logseq
logseq.token = XXXXXX
logseq.add_tags = logseq
# 2025-11-21 Trying to use the labels as tags
# Currently they aren't there anymore
logseq.import_labels_as_tags = True
logseq.task_state = DOING, NOW, IN-PROGRESS, TODO, LATER
logseq.description_template = [logseq] {{logseqtitle|replace(":","")}}
logseq.inline_links = False
logseq.char_open_link = <
logseq.char_close_link = >
logseq.char_open_bracket = (
logseq.char_close_bracket = )