Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-08-26 23:44:57 +02:00
commit 2d40aca20c
2 changed files with 3 additions and 0 deletions

View File

@ -1852,6 +1852,8 @@ works you probably want to add it to `org-agenda-custom-commands' for good."
;;; Multiple agenda buffers support
;;;###autoload
(defun org-toggle-sticky-agenda (&optional arg)
"Toggle `org-agenda-sticky'."
(interactive "P")

View File

@ -21009,6 +21009,7 @@ hierarchy of headlines by UP levels before marking the subtree."
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
(modes . '(org-mode))))))
(defvar org-element-paragraph-separate) ; org-element.el
(defun org-fill-paragraph-separate-nobreak-p ()
"Non-nil when a line break at point would insert a new item."
(looking-at (substring org-element-paragraph-separate 1)))