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

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 () (defun pcomplete/org-mode/block-option/clocktable ()
"Complete keywords in a clocktable line." "Complete keywords in a clocktable line."
(while (pcomplete-here '(":maxlevel" ":scope" (while (pcomplete-here '(":maxlevel" ":scope" ":lang"
":tstart" ":tend" ":block" ":step" ":tstart" ":tend" ":block" ":step"
":stepskip0" ":fileskip0" ":stepskip0" ":fileskip0"
":emphasize" ":link" ":narrow" ":indent" ":emphasize" ":link" ":narrow" ":indent"
":tcolumns" ":level" ":compact" ":timestamp" ":tcolumns" ":level" ":compact" ":timestamp"
":formula" ":formatter")))) ":formula" ":formatter" ":wstart" ":mstart"))))
(defun org-pcomplete-case-double (list) (defun org-pcomplete-case-double (list)
"Return list with both upcase and downcase version of all strings in LIST." "Return list with both upcase and downcase version of all strings in LIST."