org-pcomplete.el (pcomplete/org-mode/block-option/clocktable): Add parameters

* org-pcomplete.el
(pcomplete/org-mode/block-option/clocktable): Add parameters.
This commit is contained in:
Bastien Guerry 2013-03-19 13:50:42 +01:00
parent 6b2693393b
commit f4b38bcdbb
1 changed files with 2 additions and 2 deletions

View File

@ -394,12 +394,12 @@ Complete a language in the first field, the header arguments and switches."
(defun pcomplete/org-mode/block-option/clocktable ()
"Complete keywords in a clocktable line."
(while (pcomplete-here '(":maxlevel" ":scope"
(while (pcomplete-here '(":maxlevel" ":scope" ":lang"
":tstart" ":tend" ":block" ":step"
":stepskip0" ":fileskip0"
":emphasize" ":link" ":narrow" ":indent"
":tcolumns" ":level" ":compact" ":timestamp"
":formula" ":formatter"))))
":formula" ":formatter" ":wstart" ":mstart"))))
(defun org-pcomplete-case-double (list)
"Return list with both upcase and downcase version of all strings in LIST."