Re: [O] Filling comments in Org code block vs in temporary buffer

2012-12-18 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > When trying to refill the comment directly in the following code block > (staying in the Org file), it has *no effect*. Fixed, thanks. -- Bastien

Re: [O] Filling comments in Org code block vs in temporary buffer

2012-10-25 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > I used VERSE (instead of EXAMPLE) by following (what I understood from) your > advice, see http://comments.gmane.org/gmane.emacs.orgmode/33919. A verse block implies that every line of its contents have a line break. You can do many things with verse blocks

Re: [O] Filling comments in Org code block vs in temporary buffer

2012-10-25 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> Is there no way to make such a practical feature[1] available? > > There's a mechanism to send commands to the src-block through the > appropriate major-mode. It may be possible to ask for a filling with that. > But I don't th

Re: [O] Filling comments in Org code block vs in temporary buffer

2012-10-24 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > Is there no way to make such a practical feature[1] available? There's a mechanism to send commands to the src-block through the appropriate major-mode. It may be possible to ask for a filling with that. But I don't think Org should treat a src-block as plain text

Re: [O] Filling comments in Org code block vs in temporary buffer

2012-10-24 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> When trying to refill the comment directly in the following code block >> (staying in the Org file), it has *no effect*. >> >> #+begin_src emacs-lisp >> ;; a single space does end a sentence. But this sentence is the longest

Re: [O] Filling comments in Org code block vs in temporary buffer

2012-10-24 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > When trying to refill the comment directly in the following code block > (staying in the Org file), it has *no effect*. > > #+begin_src emacs-lisp > ;; a single space does end a sentence. But this sentence is the longest I > could write... > (setq-defau

[O] Filling comments in Org code block vs in temporary buffer

2012-10-24 Thread Sebastien Vauban
#+TITLE: Filling comments #+LANGUAGE: en * Context I've stopped using FillAdapt in Org files, and do not suffer any particular problems, except this one (though, certainly unrelated). * Problem When trying to refill the comment directly in the following code block (staying in the Org file)