I would like to export my rememberthemilk.org tasks to org-mode. I have the following in my .emacs, following the recommendation here:
http://stackoverflow.com/q/2138947/199217 ;; sync org-mode with rememberthemilk ;; (require org-feed) (setq org-feed-alist '(("Remember The Milk" "http://www.rememberthemilk.com/rss/dlebauer/" "~/org/rtm.org" "Remember The Milk" :template "* TODO %title\n %a\n " ))) However, when I use C-x C-c g, I get the message: no new entries from 1 feed. And none of the information is synced if I enter the feed into my browser, I can see the html/rss markup with my tasks embedded, but none of it is imported to my rtm.org file except for the feed name. Am I doing something wrong? I would be satisfied if I could just convert the raw .html to .org Also, is there any .emacs elisp that I could use to avoid having to enter my password each time? Thank you. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode