Skip to content

Commit 035a53d

Browse files
committed
Version bump and target entry for prompt mode
1 parent 57f6bce commit 035a53d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

org-projectile.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Ivan Malison <[email protected]>
66
;; Keywords: org projectile todo
77
;; URL: https://github.com/IvanMalison/org-projectile
8-
;; Version: 0.2.0
8+
;; Version: 0.2.1
99
;; Package-Requires: ((projectile "0.11.0") (dash "2.10.0") (emacs "24"))
1010

1111
;; This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,8 @@
5555
(defun org-projectile:project-name-to-location-one-file (project-name)
5656
(org-projectile:project-heading project-name)
5757
(when org-projectile:subheading-selection
58-
(org-projectile:prompt-for-subheadings 'tree)))
58+
(org-projectile:prompt-for-subheadings 'tree))
59+
t)
5960

6061
(defun org-projectile:one-file ()
6162
"Use org-projectile in one-file mode."

0 commit comments

Comments
 (0)