Fix: (org-ql-view--buffer) Set buffer-read-only

Fixes #72.  Thanks to @xeijin.
This commit is contained in:
Adam Porter 2020-01-19 00:02:03 -06:00
parent b3601cf0ae
commit b7a33170a1
3 changed files with 18 additions and 13 deletions

View file

@ -738,6 +738,9 @@ File: README.info, Node: 04-pre, Next: 032, Up: Changelog
side-scrolling of the window when calling end-of-buffer.
• Face for done to-do keywords in org-ql-view buffers. (Thanks to
Yiming Chen (https://github.com/dsdshcym).)
• Make view buffers read-only. (Fixes #72
(https://github.com/alphapapa/org-ql/issues/72). Thanks to xeijin
(https://github.com/xeijin).)
*Internal*
• Added generic node data cache to speed up recursive, tree-based
@ -1030,18 +1033,18 @@ Node: Agenda-like views18025
Node: Listing / acting-on results19430
Node: Changelog24032
Node: 04-pre24569
Node: 03226822
Node: 03127203
Node: 0327398
Node: 02330371
Node: 02230597
Node: 02130863
Node: 0231060
Node: 0135093
Node: Notes35192
Node: Comparison with Org Agenda searches35354
Node: org-sidebar36225
Node: License36504
Node: 03226977
Node: 03127358
Node: 0327553
Node: 02330526
Node: 02230752
Node: 02131018
Node: 0231215
Node: 0135248
Node: Notes35347
Node: Comparison with Org Agenda searches35509
Node: org-sidebar36380
Node: License36659

End Tag Table