Sławomir Grochowski <[email protected]> writes: > In the current code, you can add :PROPERTIES: with > 'org-set-property. However, you can't add :LOGBOOK: with > 'org-add-note. I thought I would find some common part of code > responsible for inserting the :PROPERTIES: and :LOGBOOK: lines, but the > functions are drastically different.
Right. That's tricky. Maybe we need to re-design the whole idea with read-only in column views. I am not sure, but tentatively, it may be possible to re-purpose `org-fold-check-before-invisible-edit' to check for 'display property in addition to 'invisible. Then, we might be able to reuse the existing machinery there. -- 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>
