有没有解决方案自动将Emacs组织模式与基于Web的托管服务之一同步? [英] Is there a solution to automatically synchronize Emacs org-mode with one of the web based todo services?

查看:71
本文介绍了有没有解决方案自动将Emacs组织模式与基于Web的托管服务之一同步?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

组织模式是惊人的。我喜欢它的力量和简单性。但是,有时我需要在没有必要设置的地方访问我的任务。有没有办法使我的组织议程与RTM,Toodledo或类似的更好的基于网络的服务之一同步?



这将是最好的解决方案,因为我' d在我的电脑上定期自动运行同步过程,我将通过同步服务的Web界面访问(读取访问权限)到我的组织数据。

解决方案

我一直在使用组织模式,记住牛奶很好。这是我的设置:

 (需要org-feed)
(setq org-feed-alist
'((记得牛奶
https://www.rememberthemilk.com/rss/jonnay/
〜/ org / GTD.org
记得牛奶
:template* TODO%title\\\
%a\\\

)))

;; * rtm feed timer
(run-at-时间3600 3600'org-feed-update-all)

唯一的问题是我被要求首次认证我启动emacs。有一点elisp可以修复,我还没有时间。



只是作为一个更新,有一个新的包可能处理同步一点点更好: http:// orgmode。 org / worg / org-contrib / gsoc2012 / student-projects / org-sync / index.html


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.

解决方案

I have been using Org-mode with Remember the Milk quite nicely. here is my setup:

(require org-feed)
(setq org-feed-alist
      '(("Remember The Milk"
         "https://www.rememberthemilk.com/rss/jonnay/"
         "~/org/GTD.org"
         "Remember The Milk"
         :template "* TODO %title\n  %a\n "
         )))

;;* rtm feed timer
(run-at-time 3600 3600 'org-feed-update-all)

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

这篇关于有没有解决方案自动将Emacs组织模式与基于Web的托管服务之一同步?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆