emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anyth


From: David LeBauer
Subject: [Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anything from www.rememberthemilk.com
Date: Fri, 28 Jan 2011 18:06:07 -0600

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]