el-get/recipes/org-sync.rcp
2020-12-27 13:38:57 +01:00

14 lines
664 B
Plaintext

(:name org-sync
:website "http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/"
:description "Synchronize Org documents with external services."
:type github
:pkgname "arbox/org-sync"
:depends (org-mode json)
:prepare (progn
(autoload 'os "os"
"Sync org-mode files with different online services" t)
(autoload 'os-import "os"
"Import information to sync with org-mode from different online services" t)
(autoload 'os-sync "os"
"Sync current org-mode file with service it is bound to" t)))