From 04cbfe3f31fca742244ef327842b3c3ee836fef7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 25 Jun 2018 16:34:58 +0200 Subject: [PATCH] org-manual: Add missing {{{var(...)}}} markup * doc/org-manual.org (The clock table): Add missing {{{var(...)}}} markup. --- doc/org-manual.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index f1180458a..4b325410d 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -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= ::