"Sebastien Vauban" <sva-n...@mygooglest.com>
writes:

Hello,

> Some time ago, doing a M-q on a comment in a code block did work.
>
> For example, the following:

I followed up to you post using gnus/message-mode with outorg
(i.e. writing the mail in full org-mode), outcommented your first code
block and did M-q on the comment line:

#+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

the result looks fine, so it might be related to your config.

PS

#+BEGIN_SRC emacs-lisp
(message "%s" (org-version))
#+END_SRC

#+results:
: 8.2.5g

-- 
cheers,
Thorsten


Reply via email to