有没有一种解决方案可以自动将 Emacs org-mode 与基于 Web 的 todo 服务之一同步?
组织模式太棒了。我喜欢它的力量和简单性。但是,有时我需要在没有必要设置的地方访问我的任务。有没有办法将我的组织议程与更好的基于网络的待办事项服务(例如 RTM、Toodledo 或类似服务)同步?
这将是最好的解决方案,因为我会在计算机上定期自动运行同步过程,并且我可以通过同步服务的 Web 界面访问(读取访问权限就足够了)我的组织数据。
Org-mode is amazing. I like its power and simplicity. However, sometimes I need access to my tasks in places where I don't have the necessary setup. Is there a way to synchronize my org agenda with one of the better web based todo services like RTM, Toodledo or similar?
It would be the best solution, because I'd run the sync process regularly and automatically on my computer and I would have access (read access is enough) to my org data through the web interface of the synchronized service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(14)
我一直很好地使用 Org-mode 和 Remember the Milk。这是我的设置:
唯一的问题是我第一次启动 emacs 时被要求进行身份验证。用一点 elisp 就可以解决这个问题,我只是还没有时间。
作为更新,有一个新的软件包可以更好地处理同步:http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/index.html
I have been using Org-mode with Remember the Milk quite nicely. here is my setup:
The only problem is that I get asked for authentication the first time I start up emacs. With a bit of elisp this could be fixed, I just haven't had time yet.
Just as an update, there is a new package shaping up that might handle syncing a little better: http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/index.html
我意识到这已经很老了,但是一个相关的更新是 Google Summer of Code 项目目前正在进行中以创建这个。请参阅(并关注更新)Org-mode Wiki 上的页面 组织同步。
还有一个指向 后端列表 目前正在与 Org-sync 集成。
I realize this is quite old, however a pertinent update is that a Google Summer of Code project is currently in progress to create just this. See (and follow updates to) the page on the Org-mode Wiki for Org-sync.
There is also a link to the list of backends currently in progress to be integrated with Org-sync.
我只需将组织模式文件保存在 Dropbox 文件夹中,然后它们就会自动同步,并且可以从任何地方查看/编辑。
I just save my org-mode files in a Dropbox folder and then they are automatically synced and can be viewed/edited from anywhere.
这可能已经太晚了,但是 Sacha Chua 编写了一个 org 到 tooodledo 同步工具emacs。
http://github.com/sachac/org-toodledo
This is probably way late but Sacha Chua wrote an org to toodledo synchronization tool for emacs.
http://github.com/sachac/org-toodledo
你还可以使用某种版本控制软件来设置组织——我使用 git,然后使用 git 克隆/拉取我需要的地方。
you could also set up org with some kind of revision control software-- I use git, and then use git to clone/pull where ever i need it.
然而,MobileOrg 目前仅限于 iPhone。我热切地关注类似的android 应用程序的开发。
MobileOrg is, however, limited to the iPhone at present. I am eagerly following development on a similar application for android.
可以将组织模式发布为 HTML。如果您只需要只读访问它应该可以工作。
There is a possibility to publish org mode to HTML. If you need only readonly access it should work.
org-trello 是一个不错的软件包,可让您将组织模式文件与 Trello。
由于 Trello 和 org-mode 的功能集不会 100% 重叠,因此我更喜欢将文件命名为 .trello,以确保不会将它们与成熟的 org-files 混淆。
以下是我使用 use-package 初始化它的方法:
org-trello is a nice package that lets you sync an org-mode file with Trello.
Since Trello's and org-mode's feature sets don't overlap 100 %, I prefer to name the files .trello to make sure I don't confuse them with full-blown org-files.
Here's how I init it, with use-package:
如果没记错的话,组织模式有一个移动钩子……这是信息页面的一个片段:
And if memory serves, org-mode has a mobile hook ... here's a snippet from the Info page:
我根据一些已经存在的代码编写了一个简单的 python 脚本,
它允许将组织文件推送到 google-tasks 列表,以
将 google-tasks 列表的内容拉入 org 文件,或在两者之间执行双向同步。
I've put together a simple python script based on some already-existing code,
which allows one to push an org file to a google-tasks list, to
pull the contents of a google-tasks list into an org file, or to perform a bidirectional synchronization between the two.
我没有使用过它,但这似乎是 todoist.com 的组织模式集成: https://github.com/ttakamura/org-todoist
I've not used it, but this seems to be an org-mode integration for todoist.com: https://github.com/ttakamura/org-todoist
有一个适用于 Android 的应用程序 orgzly,它可以让您查看通过 Dropbox 同步的组织模式文件。
There is an app for Android, orgzly, that gives you views of your org-mode files synced by dropbox.
不完全相关,但是
org-mode
作为“on-the-go”的东西并不能很好地工作。 mobile-org 和其他服务尝试执行此操作,但我不知道。我对我的组织文件进行版本控制,并将它们推送(使用 git)到我的个人网络空间,然后在各个我使用的电脑。这样,我就可以掌控一切。
Not totally related but
org-mode
doesn't work that well as an 'on-the-go' thing. The mobile-org and other services try to do this but I don't know..I version control my org files and push them (using
git
) onto my personal webspace and then sync it on the various computers I use. That way, I can keep myself on top of things.org-caldav 已添加 TODO 支持。它并不完美,但我希望尽快对其进行更多工作,以便它成为一个可用的选项。
1 例如,它似乎会展平嵌套的 TODO,至少在与 Netcloud 任务应用 同步时是如此。
org-caldav has been added a TODO support. It is not perfect¹, but I hope more work will be done on it soon so it becomes a usable option.
¹ For example, it seems to flatten nested TODOs, at least when syncing with the Netcloud tasks app.