diff --git a/lisp/org.el b/lisp/org.el index e7c42db..7574ae5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8545,7 +8545,7 @@ Possible values in the list of contexts are `table', `headline', and `item'." (list x) (list (car x) (list 'quote (cdr x))))) (if (string-match - "^\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|auto-fill\\|fill-paragraph\\|adaptive-fill\\|indent-\\)" + "^\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|auto-fill\\|fill\\|adaptive-fill\\|indent-\\)" (symbol-name (car x))) x nil)) varlist))))