From 4d0ae84d527aadf691462742c41abc674683c7b8 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 27 Aug 2015 07:14:01 +0200 Subject: [PATCH] docs: Fix syntax of the overrides of default virtual tags --- doc/taskwiki.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/taskwiki.txt b/doc/taskwiki.txt index c86420f..44865cf 100644 --- a/doc/taskwiki.txt +++ b/doc/taskwiki.txt @@ -357,15 +357,15 @@ This is quite sensible, however, there might be a case where you wish to override this behaviour. To do so, use following virtual tag syntax, which forces the virtual tag, no matter its presence in the defaults. - ?!TAG - any presence in the defaults will not be considered - +!TAG - +TAG will be forced, even if -TAG is present in the defaults - -!TAG - -TAG will be forced, even if +TAG is present in the defaults + !?TAG - any presence in the defaults will not be considered + !+TAG - +TAG will be forced, even if -TAG is present in the defaults + !-TAG - -TAG will be forced, even if +TAG is present in the defaults Examples: -~ == Home tasks, even deleted | project:Home ?!DELETED == -~ == Home tasks, only deleted | project:Home +!DELETED == -~ == Home tasks, excluding deleted | project:Home -!DELETED == +~ == Home tasks, even deleted | project:Home !?DELETED == +~ == Home tasks, only deleted | project:Home !+DELETED == +~ == Home tasks, excluding deleted | project:Home !-DELETED == ----------------------- 5.2.5 Meta virtual tags