Skip to content

Commit

Permalink
worf.el (worf-refile-this): Add save-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Oct 1, 2017
1 parent bf812a4 commit 683efb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worf.el
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,8 @@ directory, the attachments will be moved."
(when (= arg 1)
(setq arg 5))
(let ((org-refile-targets `((nil :maxlevel . ,arg))))
(call-interactively 'org-refile)))
(call-interactively 'org-refile))
(save-buffer))

(defun worf-refile-other-window ()
(interactive)
Expand Down

0 comments on commit 683efb2

Please sign in to comment.