Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ Run one of the rifle commands, type some words, and results will be displayed, g

* Changelog :noexport_1:

** 1.7.2-pre

*Fixes*
+ Helm source warning. ([[https://github.com/alphapapa/org-rifle/pull/77][#77]]. Thanks to [[https://github.com/Thaodan][Björn Bidar]] and [[https://github.com/thierryvolpiatto][Thierry Volpiatto]].)

** 1.7.1

*Fixes*
Expand Down
4 changes: 2 additions & 2 deletions helm-org-rifle.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Adam Porter <[email protected]>
;; Url: http://github.com/alphapapa/helm-org-rifle
;; Version: 1.7.1
;; Version: 1.7.2-pre
;; Package-Requires: ((emacs "24.4") (dash "2.12") (f "0.18.1") (helm "1.9.4") (s "1.10.0"))
;; Keywords: hypermedia, outlines

Expand Down Expand Up @@ -705,7 +705,7 @@ Files are opened if necessary, and the resulting buffers are left open."
(defun helm-org-rifle-get-source-for-buffer (buffer)
"Return Helm source for BUFFER."
(let ((source (helm-build-sync-source (buffer-name buffer)
:after-init-hook helm-org-rifle-after-init-hook
:after-init-hook 'helm-org-rifle-after-init-hook
:candidates (lambda ()
(when (s-present? helm-pattern)
(helm-org-rifle--get-candidates-in-buffer (helm-attr 'buffer) helm-pattern)))
Expand Down