mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-21 13:43:06 +02:00
taskwiki: Do not respect context
This commit is contained in:
parent
a547c30c71
commit
c0c7eeded3
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ How this plugin works:
|
||||||
tw = TaskWarrior()
|
tw = TaskWarrior()
|
||||||
cache = cache.TaskCache(tw)
|
cache = cache.TaskCache(tw)
|
||||||
|
|
||||||
|
# Make sure context is not respected
|
||||||
|
tw.config.update({'context':''})
|
||||||
|
|
||||||
|
|
||||||
class WholeBuffer(object):
|
class WholeBuffer(object):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue