From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-rss-headline Date: Tue, 13 Jan 2015 23:14:26 +0100 Message-ID: <87iogaib0d.fsf@nicolasgoaziou.fr> References: <87ppaisgbe.fsf@petton.fr> <87mw5miiwy.fsf@nicolasgoaziou.fr> <87k30qsbzy.fsf@petton.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB9iJ-0000dJ-F0 for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 17:13:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB9iG-0000C6-Cq for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 17:13:27 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:55742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB9iG-00008e-50 for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 17:13:24 -0500 In-Reply-To: <87k30qsbzy.fsf@petton.fr> (Nicolas Petton's message of "Tue, 13 Jan 2015 20:42:57 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Petton Cc: Org-mode Org-Mode Nicolas Petton writes: > If the headline contains *bold* text for example, the RSS item title > will have the extras * characters, since it's using the :raw-value. OK. But what is expected instead? HTML markup? Nothing at all? > Ok. What about an :RSS_TITLE property? Or should I have a look at > `org-html--format-toc-headline' and submit a different patch? I think we can have both: an anonymous export back-end that strips markup from headline, and a property (RSS_TITLE is fine) to override the headline. WDYT? Regards,