|
@@ -499,7 +499,7 @@ This may be useful when columns have been shrunk."
|
|
|
;;;###autoload
|
|
|
(define-minor-mode org-table-header-line-mode
|
|
|
"Display the first row of the table at point in the header line."
|
|
|
- nil " TblHeader" nil
|
|
|
+ :lighter " TblHeader"
|
|
|
(unless (eq major-mode 'org-mode)
|
|
|
(user-error "Cannot turn org table header mode outside org-mode buffers"))
|
|
|
(if org-table-header-line-mode
|
|
@@ -1966,7 +1966,7 @@ lines."
|
|
|
When this mode is active, the field editor window will always show the
|
|
|
current field. The mode exits automatically when the cursor leaves the
|
|
|
table (but see `org-table-exit-follow-field-mode-when-leaving-table')."
|
|
|
- nil " TblFollow" nil
|
|
|
+ :lighter " TblFollow"
|
|
|
(if org-table-follow-field-mode
|
|
|
(add-hook 'post-command-hook 'org-table-follow-fields-with-editor
|
|
|
'append 'local)
|
|
@@ -5133,7 +5133,7 @@ When LOCAL is non-nil, show references for the table at point."
|
|
|
;;;###autoload
|
|
|
(define-minor-mode orgtbl-mode
|
|
|
"The Org mode table editor as a minor mode for use in other modes."
|
|
|
- :lighter " OrgTbl" :keymap orgtbl-mode-map
|
|
|
+ :lighter " OrgTbl"
|
|
|
(org-load-modules-maybe)
|
|
|
(cond
|
|
|
((derived-mode-p 'org-mode)
|