Function: org-fill-paragraph-with-timestamp-nobreak-p
org-fill-paragraph-with-timestamp-nobreak-p is a byte-compiled
function defined in org.el.gz.
Signature
(org-fill-paragraph-with-timestamp-nobreak-p)
Documentation
Non-nil when a new line at point would split a timestamp.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-fill-paragraph-with-timestamp-nobreak-p ()
"Non-nil when a new line at point would split a timestamp."
(and (org-at-timestamp-p 'lax)
(not (looking-at org-ts-regexp-both))))