瀏覽代碼

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

* doc/org-manual.org (The clock table): Add missing {{{var(...)}}}
  markup.
Nicolas Goaziou 7 年之前
父節點
當前提交
04cbfe3f31
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      doc/org-manual.org

+ 10 - 10
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= ::