Hello,
Some time ago, doing a M-q on a comment in a code block did work.
For example, the following:
#+begin_src emacs-lisp
;; display symbol definitions, as found in the relevant manual (for AWK, C,
Emacs Lisp, LaTeX, M4, Makefile, Sh and other languages that have documentation
in Info)
(global-set-key
(kbd "<C-f1>") 'info-lookup-symbol)
#+end_src
became:
#+begin_src emacs-lisp
;; display symbol definitions, as found in the relevant manual (for AWK, C,
;; Emacs Lisp, LaTeX, M4, Makefile, Sh and other languages that have
;; documentation in Info)
(global-set-key
(kbd "<C-f1>") 'info-lookup-symbol)
#+end_src
after `M-q' on the comment line (without going to the indirect buffer).
This does not work anymore, as you can see on
http://screencast.com/t/iauhzbvnmXXn. It even completely breaks the
block itself.
Though, I can't say whether the fact it does not work anymore is due to
changes in Org or in my Emacs configuration. Any hint?
Best regards,
Seb
--
Sebastien Vauban