From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Prevent org-rss-headline dropping lower level headlines Date: Tue, 10 May 2016 22:16:01 +0200 Message-ID: <87twi5k6ta.fsf@saiph.selenimh> References: <87h9eyc7da.fsf@gmail.com> <8760un9uuq.fsf@gmail.com> <874ma7ylk2.fsf@saiph.selenimh> <874ma5ahll.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0E4i-0004K9-PE for emacs-orgmode@gnu.org; Tue, 10 May 2016 16:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0E4h-00047h-BY for emacs-orgmode@gnu.org; Tue, 10 May 2016 16:16:12 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0E4h-00046q-4i for emacs-orgmode@gnu.org; Tue, 10 May 2016 16:16:11 -0400 In-Reply-To: <874ma5ahll.fsf@gmail.com> (Arun Isaac's message of "Wed, 11 May 2016 00:03:10 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Arun Isaac Cc: Emacs orgmode Hello, Arun Isaac writes: > Is there some other maintainer I should contact? I mean, should I be > posting bug reports and patches to contributed packages on some other > mailing list? This ML is fine. The author is Bastien, who is reading it anyway. > The comment says "Only consider first level headlines". I took that to > mean that only first level headlines will become individual RSS items, > but that all contents under that first level headline will be included > into the corresponding RSS item. Therefore, I concluded that dropping > lower level headlines was a bug. > > But, even if it isn't a bug, I think it makes more sense to include all > content within the first level headline in the RSS item. I don't see a > use case where you would want to drop lower level headlines. Please > correct me if I'm wrong. Fair enough. >> Also, isn't the output of `org-html-headline' >> (`org-export-data-with-backend' is better IMO) a bit verbose? You are >> going to insert
"... > > I'm not sure what you mean by verbose. I mean that the HTML back-end adds data that may not be useful for the RSS back-end. > The RSS specification does allow HTML within a CDATA section. Besides, > org-export-data-with-backend (with the html backend) also inserts the > "
" things, doesn't it? My remark about `org-export-data-with-backend' is orthogonal to the output of the function. It is usually better because it doesn't depend on the name of the translators in HTML back-end. Could you send an updated patch? Thank you. Regards, -- Nicolas Goaziou