mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
Maintenance: Include changes from downstream Emacs
This commit is contained in:
parent
924110aecc
commit
7b061f4329
@ -89,7 +89,7 @@ the bullet in each item of he list."
|
||||
|
||||
(defcustom org-empty-line-terminates-plain-lists nil
|
||||
"Non-nil means, an empty line ends all plain list levels.
|
||||
When nil, empty lines are part of the preceeding item."
|
||||
When nil, empty lines are part of the preceding item."
|
||||
:group 'org-plain-lists
|
||||
:type 'boolean)
|
||||
|
||||
@ -253,7 +253,7 @@ Return t when things worked, nil when we are not in an item."
|
||||
With prefix arg TOGGLE-PRESENCE, add or remove checkboxes.
|
||||
When there is an active region, toggle status or presence of the checkbox
|
||||
in the first line, and make every item in the region have the same
|
||||
status or precence, respectively.
|
||||
status or presence, respectively.
|
||||
If the cursor is in a headline, apply this to all checkbox items in the
|
||||
text below the heading."
|
||||
(interactive "P")
|
||||
|
@ -40,7 +40,8 @@
|
||||
(require 'cl))
|
||||
(require 'org)
|
||||
|
||||
(declare-function org-table-clean-before-export "org-exp" (lines))
|
||||
(declare-function org-table-clean-before-export "org-exp"
|
||||
(lines &optional maybe-quoted))
|
||||
(declare-function org-format-org-table-html "org-exp" (lines &optional splice))
|
||||
(defvar orgtbl-mode) ; defined below
|
||||
(defvar orgtbl-mode-menu) ; defined when orgtbl mode get initialized
|
||||
|
Loading…
Reference in New Issue
Block a user