diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-17 21:55:36 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-17 21:55:36 -0500 |
commit | bd5c19b53c8ab90ad3efc410002f274fa4545009 (patch) | |
tree | 954dc176a8c0f1ec80f3fc8e7f1cb2c07c681b80 /bog.el | |
parent | bb7d073cdbbf9afb2b1f48db0fd70cae88305c1b (diff) | |
download | bog-bd5c19b53c8ab90ad3efc410002f274fa4545009.tar.gz |
Add docstring to bog-read-note-file-name
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -951,6 +951,7 @@ level `bog-refile-maxlevel' are considered." "*.org")))) (defun bog-read-note-file-name () + "Read name of Org file in `bog-note-directory'." (let ((nodir-files (-annotate #'file-name-nondirectory (bog-notes)))) (cdr (assoc (org-icompleting-read "File: " |