When a logseq block is set to DOING, the item seems to be closed in taskwarrior.
Steps to reproduce:
- add a new
TODO block to logseq and run bugwarrior pull
- change the block to
DOING and start the task in taskwarrior by running task start $JOBID with $JOBID the newly created task in taskwarrior. The command task active shows this task as active.
- run
bugwarrior pull again. The task will be closed in taskwarrior and a new task will be created.
With LOGSEQUUID set to the UUID of the block in logseq, task logsequuid:${LOGSEQUUID} all will 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 = )
When a logseq block is set to
DOING, the item seems to be closed in taskwarrior.Steps to reproduce:
TODOblock to logseq and runbugwarrior pullDOINGand start the task in taskwarrior by runningtask start $JOBIDwith$JOBIDthe newly created task in taskwarrior. The commandtask activeshows this task as active.bugwarrior pullagain. The task will be closed in taskwarrior and a new task will be created.With
LOGSEQUUIDset 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: