Hi all, I hope this email finds you well. This is my first time contributing to this mailing list attempting to contribute to org-mode, so hopefully I do this correctly. I recently noticed that `org-string-width` ran all buffer hooks like `buffer-list-update-hook` for the ` *Org string width*` buffer. This doesn't seem needed because it feels like ` *Org string width*` should act like a temporary buffer that is only needed for these simple operations. With that in mind I wanted to set `inhibit-buffer-hooks` to `t`. Hopefully this rationale and patch makes sense. After getting this in I can also review other places that `get-buffer-create` is used and possible use `inhibit-buffer-tools` there as well if it would help. Best, Jules