Allow mulitple values to be read for org-ql-view-buffers-files
commitd8f29225a3Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Fri Sep 24 15:47:38 2021 -0500 Abstract buffers-files being flattened to a list of strings commit2d49745425Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Fri Sep 17 17:53:21 2021 -0500 Fix: \w duplicates & func's with buffers/names with expand/contract commit576f9d3512Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Thu Sep 16 18:42:32 2021 -0500 Handling support for functions \w functions using completing-read-multiple commitcea165192dAuthor: Ahmed Shariff <shariff.mfa@outlook.com> Date: Thu Sep 16 16:49:19 2021 -0500 Cleaning up functions and improvements for clarity. commitaa9c6ccdfaAuthor: Ahmed Shariff <shariff.mfa@outlook.com> Date: Wed Sep 15 17:56:19 2021 -0500 Adding `comma separated` instruction to readme commit564d491604Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Mon Sep 13 17:05:14 2021 -0500 Fixes for using mulitiple values and related test suite improvements commitffaebcbcbeMerge:788951a94f9e6fAuthor: Ahmed Shariff <shariff.mfa@outlook.com> Date: Mon Sep 13 13:15:57 2021 -0500 Merge branch 'master' of https://github.com/alphapapa/org-ql commit788951a4a9Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Mon Sep 13 11:01:55 2021 -0500 Replacing org-ql-view--expand-buffers-files commitcabf88eea5Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Mon Jul 19 00:19:52 2021 -0500 removing duplcates when expanding buffers-files commitb68d836562Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Sun Jul 18 23:49:54 2021 -0500 Using completing-read-multiple for org-ql-view--complete-buffers-files commit06bdfc7a9eAuthor: Ahmed Shariff <shariff.mfa@outlook.com> Date: Sun Jul 4 23:32:08 2021 -0500 Fn always promts for buffer/files; handle buffer obj and list Fn: org-ql-view--complete-buffers-files With buffers, org-ql-view--contract-buffers-files return the buffer name. When org-ql-view-buffers-files is a list, just dumpt it as a string and check if completion-read returns the same value, if so return the original value of org-ql-view-buffers-files commitcc6e22dd30Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Sun Jul 4 23:31:31 2021 -0500 Allow reading buffer names for buffers-or-names commit89b84768adAuthor: Ahmed Shariff <ahmed.shariff@live.com> Date: Sat Jul 3 21:25:10 2021 -0500 Test cases for all org-ql-view--*-buffers-files functions commit7120b6334dAuthor: Ahmed Shariff <shariff.mfa@outlook.com> Date: Sat Jul 3 02:17:33 2021 -0500 Refactor of org-ql-view--complete-buffers-files Handles the different values `org-ql-view-buffers-files` can hold. Use completing-read only if `org-ql-view-buffers-files` is nil or the contracted form of `org-ql-view-buffers-files` is a string. commit7b990e5275Author: Ahmed Shariff <shariff.mfa@outlook.com> Date: Wed Jun 30 18:01:49 2021 -0500 Fix for issue with initial-input in org-ql-view--complete-buffers-files
This commit is contained in:
parent
5f70636556
commit
4b19e5fb0b
2 changed files with 99 additions and 43 deletions
|
|
@ -132,7 +132,7 @@ Read ~QUERY~ and search with ~org-ql~. Interactively, prompt for these variable
|
|||
+ ~buffer~: search the current buffer
|
||||
+ ~all~: search all Org buffers
|
||||
+ ~agenda~: search buffers returned by the function ~org-agenda-files~
|
||||
+ A space-separated list of file or buffer names
|
||||
+ A comma-separated list of file, buffer names, or the above keywords
|
||||
|
||||
~GROUPS~: An ~org-super-agenda~ group set. See variable ~org-super-agenda-groups~.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue