![](https://secure.gravatar.com/avatar/532990f0c5a8331f60e3d0e1173292a6.jpg?s=120&d=mm&r=g)
14 Feb
2022
14 Feb
'22
4:17 a.m.
Hi, I have defined chapter headings set to nothyphenated. Yet, sometimes occur DOIs in these chapter headings, and I would obviously want those to be broken across lines. %%%%%%%%%%%%%%%%%%%%%%%%% \setuppapersize[A6] \setuphead[chapter][align={right,nothyphenated}] \starttext \chapter[title={asdf asdf \goto{\hyphenatedurl{https://doi.org/10.12345/12345.12345}}[url(https://doi.org/10.12345/12345.12345)]}] bla \stoptext %%%%%%%%%%%%%%%%%%%%%%%%% For now, I'm changing the definition to \setuphead[chapter][align={right,lesshyphenation}], but is there a way to disable hyphenation, but still break urls across lines? Best, Denis