From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: [PATCH] Prevent org-rss-headline dropping lower level headlines Date: Wed, 11 May 2016 00:03:10 +0530 Message-ID: <874ma5ahll.fsf@gmail.com> References: <87h9eyc7da.fsf@gmail.com> <8760un9uuq.fsf@gmail.com> <874ma7ylk2.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0CTY-00034I-Jw for emacs-orgmode@gnu.org; Tue, 10 May 2016 14:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0CTU-0004F6-Nr for emacs-orgmode@gnu.org; Tue, 10 May 2016 14:33:43 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:35820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0CTU-0004En-IH for emacs-orgmode@gnu.org; Tue, 10 May 2016 14:33:40 -0400 Received: by mail-pf0-x243.google.com with SMTP id r187so1966805pfr.2 for ; Tue, 10 May 2016 11:33:40 -0700 (PDT) Received: from steel ([223.227.136.101]) by smtp.gmail.com with ESMTPSA id e7sm6194367pfa.28.2016.05.10.11.33.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 May 2016 11:33:37 -0700 (PDT) In-reply-to: <874ma7ylk2.fsf@saiph.selenimh> 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: Emacs orgmode > This is a contributed package. I don't mind patching it but those have, > usually, a maintainer. 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? > Are you sure it is a bug? There's a comment about it in > `org-rss-headline' so maybe it is intended. 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. > 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. 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?