emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-rss feed title is concatenation of all post titles? (ECM included)
@ 2020-04-12 13:40 Stig Brautaset
  2020-04-12 14:17 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Stig Brautaset @ 2020-04-12 13:40 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I'm using org-rss.el to generate an RSS feed for my blog. I use a
separate file, ~feed.org~, which uses ~#+include:~ to source entries.
This works well for each item in the feed, but not for the main feed
title and feed image title, which appears to be a concatenation of the
feed and all the titles in all the items.

If I export RSS for the below ~feed.org~, the RSS title becomes:

: <title>The Feed Title Title of first post Title of second post</title>

However I *expect* it to be just:

: <title>The Feed Title</title>

The feed image title also is similarly affected:

#+begin_src xml
  <image>
    <url>https://orgmode.org/img/org-mode-unicorn-logo.png</url>
    <title>The Feed Title Title of first post Title of second post</title>
    <link></link>
  </image>
#+end_src



Below is the Org files used in this example.

feed.org:

#+begin_src org
,#+title: The Feed Title
,* First Post
:PROPERTIES:
:RSS_PERMALINK: first-post.html
:END:
,#+include: first-post.org
,* Second Post
:PROPERTIES:
:RSS_PERMALINK: second-post.html
:END:
,#+include: second-post.org
#+end_src

first-post.org:

#+begin_src org
,#+title: Title of first post
First post content.
#+end_src

second-post:

#+begin_src org
,#+title: Title of second post
Second post content.
#+end_src


Software Versions:

- macOS 10.15.3
- Org mode version 9.3.2 (9.3.2-24-g5c72d6-elpaplus @ /Users/stig/.emacs.d/elpa/org-plus-contrib-20200203/)
- GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) of 2019-09-02


Regards,
Stig


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-21  7:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 13:40 org-rss feed title is concatenation of all post titles? (ECM included) Stig Brautaset
2020-04-12 14:17 ` Nicolas Goaziou
2020-04-12 21:43   ` Stig Brautaset
2020-04-12 22:23     ` Nicolas Goaziou
2020-04-13  9:54       ` Stig Brautaset
2020-04-13 16:19         ` Nick Dokos
2020-05-21  7:36           ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).