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 d75ad2b commit 57f6bceCopy full SHA for 57f6bce
org-projectile.el
@@ -263,7 +263,7 @@ location of the filepath cache."
263
;; selected entry. We return a marker where the dummy subheading
264
;; was created so that it can be deleted later.
265
(when (and for-insert (not (save-excursion (org-goto-first-child))))
266
- (save-excursion (org-insert-subheading nil) (point-marker)))))
+ (save-excursion (org-insert-subheading nil) (point-marker))))
267
268
(defun org-projectile:file-truename (filepath)
269
(when filepath
0 commit comments