diff options
author | jao <jao@gnu.org> | 2022-03-24 04:46:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-24 04:46:45 +0000 |
commit | 5639716fd17b37569ac203297f52b063df54a270 (patch) | |
tree | 09211f42fe1fd1be1bcd5760db01c930aa3b39e0 /lib | |
parent | 57c931717dd9d446f2fd470f8aee06862c7cf67b (diff) | |
download | elibs-5639716fd17b37569ac203297f52b063df54a270.tar.gz elibs-5639716fd17b37569ac203297f52b063df54a270.tar.bz2 |
recoll improvements (transient)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doc/jao-recoll.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/doc/jao-recoll.el b/lib/doc/jao-recoll.el index 7c64c7d..0c781d9 100644 --- a/lib/doc/jao-recoll.el +++ b/lib/doc/jao-recoll.el @@ -1,6 +1,6 @@ ;; jao-recoll.el -- Displaying recoll queries -;; Copyright (c) 2017, 2020, 2021 Jose Antonio Ortega Ruiz +;; Copyright (c) 2017, 2020, 2021, 2022 Jose Antonio Ortega Ruiz ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -37,12 +37,12 @@ (defvar jao-recoll--file-regexp "\\(\\w+/\\w+\\)\t+\\[\\([^]]+\\)\\]\t+\\[\\([^]]+\\)\\].+") -(defvar jao-recoll-flags "-A -p 5 -n 20") +(defvar jao-recoll-flags "-A -p 5 -n 50") ;;;###autoload (defun jao-recoll (keywords) - "Performs a query using recoll and shows the results in a -buffer using org mode." + "Performs a query using recoll and shows the results in a buffer +using org mode." (interactive "sRecoll query string: ") (with-current-buffer (get-buffer-create (format "* Recoll: '%s' *" keywords)) (read-only-mode -1) |