summaryrefslogtreecommitdiff
path: root/gnorb.el
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2023-01-08 11:01:32 -0800
committerEric Abrahamsen <eric@ericabrahamsen.net>2023-01-08 11:01:32 -0800
commit409e4fc2c83f8406f362028dbcc3a1fc21182819 (patch)
tree4aee21eabec77fce16caf5589cb490c193b32d78 /gnorb.el
parent35d8a5090b06e9d451eeaf46567e6934a4d11b3d (diff)
Handle org-agenda-type 'tags with no tags, release 1.6.11externals/gnorb
* gnorb-org.el (gnorb-org-popup-bbdb): When popping up BBDB for org agenda searches, the 'tags type of seach might only have properties in the search string, no tags. If no tags are found, return silently.
Diffstat (limited to 'gnorb.el')
-rw-r--r--gnorb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnorb.el b/gnorb.el
index e1ee4d6..91b230c 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
-;; Version: 1.6.10
+;; Version: 1.6.11
;; Package-Requires: ((cl-lib "0.5"))
;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>