Browse Source

Merge branch 'maint'

Nicolas Goaziou 12 years ago
parent
commit
eeb5b92342
1 changed files with 1 additions and 5 deletions
  1. 1 5
      lisp/org.el

+ 1 - 5
lisp/org.el

@@ -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 ()