org-manual: Add missing {{{var(...)}}} markup

* doc/org-manual.org (The clock table): Add missing {{{var(...)}}}
  markup.
This commit is contained in:
Nicolas Goaziou 2018-06-25 16:34:58 +02:00
parent 5c376ae4a7
commit 04cbfe3f31

View file

@ -6590,16 +6590,16 @@ be selected:
The scope to consider. This can be any of the following:
| ~nil~ | the current buffer or narrowed region |
| ~file~ | the full current buffer |
| ~subtree~ | the subtree where the clocktable is located |
| ~treeN~ | the surrounding level N tree, for example =tree3= |
| ~tree~ | the surrounding level 1 tree |
| ~agenda~ | all agenda files |
| =("file" ...)= | scan these files |
| =FUNCTION= | scan files returned by calling FUNCTION with no argument |
| ~file-with-archives~ | current file and its archives |
| ~agenda-with-archives~ | all agenda files, including archives |
| ~nil~ | the current buffer or narrowed region |
| ~file~ | the full current buffer |
| ~subtree~ | the subtree where the clocktable is located |
| ~treeN~ | the surrounding level N tree, for example =tree3= |
| ~tree~ | the surrounding level 1 tree |
| ~agenda~ | all agenda files |
| =("file" ...)= | scan these files |
| =FUNCTION= | scan files returned by calling {{{var(FUNCTION)}}} with no argument |
| ~file-with-archives~ | current file and its archives |
| ~agenda-with-archives~ | all agenda files, including archives |
- =:block= ::