Hi Thorsten,
Thorsten Jolitz <[email protected]> writes:
> let: Wrong number of arguments: #[(arg) "Â.ÃÄ \")"
> [filladapt-inside-filladapt arg t filladapt-fill-paragraph fill-paragraph]
> 3
> ("/home/tj/gitclone/emacs24-starter-kit/src/el-get/emacs-goodies-el/elisp/emacs-goodies-el/filladapt.elc"
> . 10607) "*P"], 0
>
> C-h k 'M-q' gives:
> ,----------------------------------------------------------------
> | M-q runs the command orgstruct-hijacker-command-22, which is an
> | interactive Lisp function.
> `----------------------------------------------------------------
Can you test this small patch and report?
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))))
--
Bastien
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english