Merge branch 'maint'
This commit is contained in:
commit
2d40aca20c
|
@ -1852,6 +1852,8 @@ works you probably want to add it to `org-agenda-custom-commands' for good."
|
||||||
|
|
||||||
|
|
||||||
;;; Multiple agenda buffers support
|
;;; Multiple agenda buffers support
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun org-toggle-sticky-agenda (&optional arg)
|
(defun org-toggle-sticky-agenda (&optional arg)
|
||||||
"Toggle `org-agenda-sticky'."
|
"Toggle `org-agenda-sticky'."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
|
|
@ -21009,6 +21009,7 @@ hierarchy of headlines by UP levels before marking the subtree."
|
||||||
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
|
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
|
||||||
(modes . '(org-mode))))))
|
(modes . '(org-mode))))))
|
||||||
|
|
||||||
|
(defvar org-element-paragraph-separate) ; org-element.el
|
||||||
(defun org-fill-paragraph-separate-nobreak-p ()
|
(defun org-fill-paragraph-separate-nobreak-p ()
|
||||||
"Non-nil when a line break at point would insert a new item."
|
"Non-nil when a line break at point would insert a new item."
|
||||||
(looking-at (substring org-element-paragraph-separate 1)))
|
(looking-at (substring org-element-paragraph-separate 1)))
|
||||||
|
|
Loading…
Reference in New Issue