Merge branch 'maint'
This commit is contained in:
commit
eeb5b92342
|
@ -21172,11 +21172,7 @@ function installs the following ones: \"property\", \"date\",
|
|||
(org-set-local 'fill-paragraph-function 'org-fill-paragraph)
|
||||
(org-set-local 'adaptive-fill-function 'org-adaptive-fill-function)
|
||||
(org-set-local 'normal-auto-fill-function 'org-auto-fill-function)
|
||||
(org-set-local 'comment-line-break-function 'org-comment-line-break-function)
|
||||
(org-set-local 'align-mode-rules-list
|
||||
'((org-in-buffer-settings
|
||||
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
|
||||
(modes . '(org-mode))))))
|
||||
(org-set-local 'comment-line-break-function 'org-comment-line-break-function))
|
||||
|
||||
(defvar org-element-paragraph-separate) ; org-element.el
|
||||
(defun org-fill-paragraph-separate-nobreak-p ()
|
||||
|
|
Loading…
Reference in New Issue