When I try to input a capital M in org-mode with ubuntu, I always got a M- in minibuffer, so M letter can never being input to my document.
How to fix it?
When I try to input a capital M in org-mode with ubuntu, I always got a M- in minibuffer, so M letter can never being input to my document.
How to fix it?
Thanks for @NickD's help.
Finally I found below line make the trouble:
(defun samplefunction()
(interactive)
(let ((fill-paragraph-function nil)
(adaptive-fill-function nil))
(fill-paragraph)))
(define-key org-mode-map "M-q" 'samplefunction)
This is define Meta-q, but not sure why it impackt on Shift-m.