Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-05-21 Thread Bastien
Nick Dokos  writes:

> What thread?

;)

-- 
 Bastien



Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-04-13 Thread Nick Dokos
Stig Brautaset  writes:

> ...
> PS: Can we pretend this whole thread didn't happen? :-)
>

What thread?

-- 
Nick:-)

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-04-13 Thread Stig Brautaset
Nicolas Goaziou  writes:

> Stig Brautaset  writes:
>
>> Doh! Thanks for that. I tried working around this behaviour ~:lines
>> "1-"~, to skip the included file's #+title line, but that didn't seem to
>> work either. E.g. like this:
>>
>> : #+include: first-post.org :lines "1-"
>
> Doesn't "1-" mean the whole document?

...

Yeees, it does. And using 2- makes it work as I expect. 


PS: Can we pretend this whole thread didn't happen? :-)

Regards,
Stig



Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-04-12 Thread Nicolas Goaziou
Stig Brautaset  writes:

> Doh! Thanks for that. I tried working around this behaviour ~:lines
> "1-"~, to skip the included file's #+title line, but that didn't seem to
> work either. E.g. like this:
>
> : #+include: first-post.org :lines "1-"

Doesn't "1-" mean the whole document?



Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-04-12 Thread Stig Brautaset
Nicolas Goaziou  writes:
> Indeed. According to the manual, in (info "(org)Export settings")
>
>   ‘TITLE’
>Org displays this title.  For long titles, use multiple ‘#+TITLE’
>lines.
>
> Multiple TITLE keywords are concatenated to create a document title.

Doh! Thanks for that. I tried working around this behaviour ~:lines
"1-"~, to skip the included file's #+title line, but that didn't seem to
work either. E.g. like this:

: #+include: first-post.org :lines "1-"

Regards,
Stig



Re: org-rss feed title is concatenation of all post titles? (ECM included)

2020-04-12 Thread Nicolas Goaziou
Hello,

Stig Brautaset  writes:

> 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.

Indeed. According to the manual, in (info "(org)Export settings")

  ‘TITLE’
   Org displays this title.  For long titles, use multiple ‘#+TITLE’
   lines.

Multiple TITLE keywords are concatenated to create a document title.


Regards,

-- 
Nicolas Goaziou