Bastien <[email protected]> writes: Hi Bastien,
> 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)))) I have to write some prose to be able to test the indenting and filling, so I ask a (real) question: I find 'git format-patch' and 'git am' in my git docs, but I'm not really sure how to apply such a patch the right way (I just did it by hand now)? Do I save your mail as xy.patch inside the git repo, cd into the repo and then run 'git am xy.patch'? Trying M-q on the last paragraph resulted in the same error message as above. I applied your patch, byte-compiled org.el and reloaded org-mode before. -- cheers, Thorsten _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
