Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Nicolas Goaziou
Marcin Borkowski writes: > On 2015-01-04, at 18:50, Nicolas Goaziou wrote: > >> Hello, >> >> Marcin Borkowski writes: >> >>> I've just installed Emacs 25 (I only had 24.3 before), and was eager to >>> try out some cool new features. I put this in my init.el: >>> >>> (add-hook 'fill-nobreak-pre

Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Marcin Borkowski
On 2015-01-04, at 18:50, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> I've just installed Emacs 25 (I only had 24.3 before), and was eager to >> try out some cool new features. I put this in my init.el: >> >> (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p)

Re: [O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I've just installed Emacs 25 (I only had 24.3 before), and was eager to > try out some cool new features. I put this in my init.el: > > (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p) > > But it won't work in Org-mode: it turns out that Org sets

[O] Org-mode and fill-nobreak-predicate

2015-01-04 Thread Marcin Borkowski
Hello list, I've just installed Emacs 25 (I only had 24.3 before), and was eager to try out some cool new features. I put this in my init.el: (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p) But it won't work in Org-mode: it turns out that Org sets fill-nobreak-predicate, too. W