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