Save all data to tmp/torrrents.
(with-eval-after-load 'mentor (let ((directory (file-name-concat org-directory "tmp" "torrents"))) (unless (file-exists-p directory) (make-directory directory t)) (setopt mentor-rtorrent-download-directory directory)))