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

@ -405,6 +405,7 @@ Expands into a call to ~org-ql-select~ with the same arguments. For convenience
+ Call =helm-make-source= directly instead of using =helm-build-sync-source= macro. (Fixes [[https://github.com/alphapapa/org-ql/issues/60][#60]]. Thanks to [[https://github.com/matthuszagh][Matt Huszagh]] for reporting.)
+ Search/view buffers now always end with a newline, which prevents side-scrolling of the window when calling =end-of-buffer=.
+ Face for done to-do keywords in =org-ql-view= buffers. (Thanks to [[https://github.com/dsdshcym][Yiming Chen]].)
+ Make view buffers read-only. (Fixes [[https://github.com/alphapapa/org-ql/issues/72][#72]]. Thanks to [[https://github.com/xeijin][xeijin]].)
*Internal*
+ Added generic node data cache to speed up recursive, tree-based queries.