From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: patch for org mode Date: Mon, 12 Jul 2010 14:02:40 +0200 Message-ID: References: <12476.1278319281@maps> <22345.1278673522@maps> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53538 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYHql-00058S-GJ for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:11:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYHif-0001wR-Oq for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:02:46 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:57471) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYHif-0001wE-JG for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:02:45 -0400 Received: by eydd26 with SMTP id d26so618248eyd.0 for ; Mon, 12 Jul 2010 05:02:44 -0700 (PDT) In-Reply-To: <22345.1278673522@maps> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stephen Eglen Cc: emacs-orgmode@gnu.org On Jul 9, 2010, at 1:05 PM, Stephen Eglen wrote: > hi Carsten, > sorry for delay. > > >>> +@comment SJE: org-feed is not autoloaded - should that be >>> mentioned? >> >> The main entry points in org-feed are autoloaded - what do you mean >> here? > > sorry, no worries, I hadn't tried running the code, so the > org-feed-alist was not visible as a variable. > > By the way, Mark Scala recently posted the following excellent > snippet: > > (setq org-feed-alist > '(("Slashdot" > "http://rss.slashdot.org/Slashdot/slashdot" > "~/txt/org/feeds.org" "Slashdot Entries"))) > > That would make for a better example than the one currently in the > documentation, as everyone should be able to run it. Good idea, thanks, I changed that. - Carsten