From d7caa3fa20cbf3ab87612e2479a64fb1c9a16bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gr=C3=BCndemann?= Date: Thu, 19 Sep 2013 21:48:54 +0200 Subject: [PATCH] Explain that only tags set via command-line or tags.add() are available --- doc/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/config.rst b/doc/config.rst index 70ebacb45..ae41594e0 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -43,7 +43,8 @@ Important points to note: * There is a special object named ``tags`` available in the config file. It can be used to query and change the tags (see :ref:`tags`). Use ``tags.has('tag')`` to query, ``tags.add('tag')`` and ``tags.remove('tag')`` - to change. + to change. Only tags set via the ``-t`` command-line option or via + ``tags.add('tag')`` can be queried using ``tags.has('tag')``. General configuration