We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f6bce commit 035a53dCopy full SHA for 035a53d
org-projectile.el
@@ -5,7 +5,7 @@
5
;; Author: Ivan Malison <[email protected]>
6
;; Keywords: org projectile todo
7
;; URL: https://github.com/IvanMalison/org-projectile
8
-;; Version: 0.2.0
+;; Version: 0.2.1
9
;; Package-Requires: ((projectile "0.11.0") (dash "2.10.0") (emacs "24"))
10
11
;; This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,8 @@
55
(defun org-projectile:project-name-to-location-one-file (project-name)
56
(org-projectile:project-heading project-name)
57
(when org-projectile:subheading-selection
58
- (org-projectile:prompt-for-subheadings 'tree)))
+ (org-projectile:prompt-for-subheadings 'tree))
59
+ t)
60
61
(defun org-projectile:one-file ()
62
"Use org-projectile in one-file mode."
0 commit comments