el-get/recipes/org-sync.rcp

14 lines
673 B
Plaintext
Raw Normal View History

2012-09-09 14:48:49 +08:00
(:name org-sync
:website "http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/"
2014-05-16 20:27:14 +08:00
:description "Synchronize Org documents with external services."
2012-09-09 14:48:49 +08:00
:type git
:url "git://orgmode.org/org-sync.git"
2014-05-16 20:27:14 +08:00
: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)))