Переглянути джерело

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

* org-pcomplete.el
(pcomplete/org-mode/block-option/clocktable): Add parameters.
Bastien Guerry 12 роки тому
батько
коміт
f4b38bcdbb
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      lisp/org-pcomplete.el

+ 2 - 2
lisp/org-pcomplete.el

@@ -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."