renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

How to add all blog posts in a page, without this page also being listed in the Archives? #149

Closed dingesista closed 4 years ago

dingesista commented 9 years ago

I'm using this template, which I think is written by Sebastian Wiesner (http://lunaryorn.com/); who contributed to o-blog version 1.

`

  • "> (ob:post-title POST)

    (ob:get-post-excerpt POST 50) ">[…]

  • ` This template can be combinated with this code on the 'front page': ` #+BEGIN_HTML

    Latest news

    #+END_HTML ` The result is that only '3' blog posts are listed in a section "latest news". The rest of the blog posts are stored in a page. I'm calling that page Blog, below. My question: how can I make sure that the page 'Blog' is _not_ listed in the "Archives" section? The archive section already lists all the posts, and 'Blog' is now a sort of double of 'Archives'. If I call the page 'Archives' the 'Archives' section will list 'Archives' as its first item.