|
@@ -6597,6 +6597,9 @@ in special contexts.
|
|
|
(show-all)
|
|
|
(org-unlogged-message "Entire buffer visible, including drawers"))
|
|
|
|
|
|
+ ;; Try cdlatex TAB completion
|
|
|
+ ((org-try-cdlatex-tab))
|
|
|
+
|
|
|
;; Table: enter it or move to the next field.
|
|
|
((org-at-table-p 'any)
|
|
|
(if (org-at-table.el-p)
|
|
@@ -6633,8 +6636,6 @@ in special contexts.
|
|
|
(or (bolp) (not (eq org-cycle-emulate-tab 'exc-hl-bol))))
|
|
|
(org-inlinetask-toggle-visibility))
|
|
|
|
|
|
- ((org-try-cdlatex-tab))
|
|
|
-
|
|
|
;; At an item/headline: delegate to `org-cycle-internal-local'.
|
|
|
((and (or (and org-cycle-include-plain-lists (org-at-item-p))
|
|
|
(save-excursion (beginning-of-line 1)
|