From 06551c1754e884504ab5318986c9b9f79d5266b3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 26 Feb 2015 20:19:16 -0500 Subject: Add bog-rename-staged-file-to-citekey to commander --- bog.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bog.el') diff --git a/bog.el b/bog.el index d09a2e9..950e560 100644 --- a/bog.el +++ b/bog.el @@ -1298,6 +1298,10 @@ chosen." "Open first link for a citekey heading." (bog-open-first-citekey-link)) +(def-bog-commander-method ?r + "Rename staged file." + (bog-rename-staged-file-to-citekey t)) + (def-bog-commander-method ?s "Search notes with `org-search-view'." (bog-search-notes)) -- cgit v1.2.3