mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 18:55:13 -08:00
*** empty log message ***
This commit is contained in:
parent
8d35c6efd9
commit
6eff18ef66
1 changed files with 4 additions and 3 deletions
|
|
@ -13238,9 +13238,10 @@ With optional NODE, go directly to that node."
|
|||
;; through to `fill-paragraph' when appropriate.
|
||||
(set (make-local-variable 'fill-paragraph-function) 'org-fill-paragraph)
|
||||
;; Adaptive filling: To get full control, first make sure that
|
||||
;; `adaptive-fill-regexp' never matches. Then install our won matcher.
|
||||
(setq adaptive-fill-regexp "\000")
|
||||
(setq adaptive-fill-function 'org-adaptive-fill-function))
|
||||
;; `adaptive-fill-regexp' never matches. Then install our own matcher.
|
||||
(set (make-local-variable 'adaptive-fill-regexp) "\000")
|
||||
(set (make-local-variable 'adaptive-fill-function)
|
||||
'org-adaptive-fill-function))
|
||||
|
||||
(defun org-fill-paragraph (&optional justify)
|
||||
"Re-align a table, pass through to fill-paragraph if no table."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue