emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Behavior of M-q on comments in code blocks


From: Thorsten Jolitz
Subject: Re: [O] Behavior of M-q on comments in code blocks
Date: Wed, 05 Feb 2014 12:37:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Sebastien Vauban" <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]