* Org-mode and fill-nobreak-predicate
@ 2015-01-04 11:24 Marcin Borkowski
2015-01-04 17:50 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Marcin Borkowski @ 2015-01-04 11:24 UTC (permalink / raw)
To: Org-Mode mailing list
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. What should I do? Should I put my
add-hook /in the org-mode-hook/?
TIA,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode and fill-nobreak-predicate
2015-01-04 11:24 Org-mode and fill-nobreak-predicate Marcin Borkowski
@ 2015-01-04 17:50 ` Nicolas Goaziou
2015-01-04 18:11 ` Marcin Borkowski
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2015-01-04 17:50 UTC (permalink / raw)
To: Marcin Borkowski; +Cc: Org-Mode mailing list
Hello,
Marcin Borkowski <mbork@wmi.amu.edu.pl> 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
> fill-nobreak-predicate, too. What should I do? Should I put my
> add-hook /in the org-mode-hook/?
You need to set `fill-nobreak-predicate' before Org is loaded, or add
the hook locally within `org-mode-hook'.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode and fill-nobreak-predicate
2015-01-04 17:50 ` Nicolas Goaziou
@ 2015-01-04 18:11 ` Marcin Borkowski
2015-01-04 18:35 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Marcin Borkowski @ 2015-01-04 18:11 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Org-Mode mailing list
On 2015-01-04, at 18:50, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
>
> Marcin Borkowski <mbork@wmi.amu.edu.pl> 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
>> fill-nobreak-predicate, too. What should I do? Should I put my
>> add-hook /in the org-mode-hook/?
>
> You need to set `fill-nobreak-predicate' before Org is loaded, or add
> the hook locally within `org-mode-hook'.
Thanks! I'll try to set it up at the beginning of my init.el and see
what happens.
> Regards,
Best,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Org-mode and fill-nobreak-predicate
2015-01-04 18:11 ` Marcin Borkowski
@ 2015-01-04 18:35 ` Nicolas Goaziou
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2015-01-04 18:35 UTC (permalink / raw)
To: Marcin Borkowski; +Cc: Org-Mode mailing list
Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:
> On 2015-01-04, at 18:50, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
>> Hello,
>>
>> Marcin Borkowski <mbork@wmi.amu.edu.pl> 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
>>> fill-nobreak-predicate, too. What should I do? Should I put my
>>> add-hook /in the org-mode-hook/?
>>
>> You need to set `fill-nobreak-predicate' before Org is loaded, or add
>> the hook locally within `org-mode-hook'.
>
> Thanks! I'll try to set it up at the beginning of my init.el and see
> what happens.
BTW, `fill-nobreak-predicate' is not a hook.
Regards,
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-04 18:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-04 11:24 Org-mode and fill-nobreak-predicate Marcin Borkowski
2015-01-04 17:50 ` Nicolas Goaziou
2015-01-04 18:11 ` Marcin Borkowski
2015-01-04 18:35 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).