aboutsummaryrefslogtreecommitdiff
path: root/org-recoll.el
Commit message (Collapse)AuthorAgeFilesLines
* fix compilation warningHEADmasterYuchen Pei2023-06-091-1/+0
|
* Fixed missing -n switch on tail callalinmear2020-06-281-1/+1
|
* Merge pull request #3 from rlaboiss/compilation-warningsalraban2019-02-281-6/+7
|\ | | | | Fix compilation warnings
| * Fix compilation warningsRafael Laboissiere2019-02-211-6/+7
| | | | | | | | | | | | | | | | | | | | * (org-recoll-search-history) Specify the type of custom variable. * (org-recoll-compare-string-to-list) Avoid warnings about assignment and reference to free variable org-recoll-matched. This is fixed by locally defining the variable inside a let construct. Furthermore, the name of the variable is changed to "matched", since there is no need to prefix it by "org-recoll-".
* | Add autoload cookies for public functionsRafael Laboissiere2019-02-201-0/+2
|/ | | | | | Autoload cookies are added for functions org-recoll-update-index and org-recoll-search. This is very handy when installing the package through el-get.
* org-recoll.elalraban2017-11-241-0/+352
Initial Commit