reorg-onedrive is a bridge between emacs(org-mode) and the remarkable via OneDrive. A pure reorg
is still in development due to difficulty with the API - this is best option for now.
- rclone
- OneDrive
- Paid Remarkable Cloud
- Create a
reorg
folder in the root of your one-drive. - Setup rclone with a config called
reorg
rclone config
- Get the latest release
.el
files - Add
(load "/home/velo/Documents/Projects/reorg/reorg-onedrive.el")
to your config.
You can easily download files from your OneDrive via (reorg-onedrive/download-file)
. This will prompt you to choose a file from the list obtained using rclone.
You can upload any file with (reorg-onedrive/upload-file)
.
Open up a .org
file in a buffer and run reorg-onedrive/org-send-buffer-to-remarkable
, or reorg-onedrive/org-send-file-to-remarkable
to upload any file you select.