Sławomir Grochowski <[email protected]> writes: > I have noticed that `org-add-note' doesn't work in column view when > a heading doesn't have any drawer. It throws an error on save: 'Text is > read-only...'. > > To fix that, I added (let ((inhibit-read-only t)) some-function) > before any function that was causing this error. > > I'm not sure this is the right approach. It feels somewhat hackish to > me, but it works.
Yeah, this is hacky. I imagine similar problems in other Org commands that modify buffer while column view is active. What about modifying `org-columns--display-here' to not put read-only onto newline after the heading? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
