From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: org-mode blogging Date: Sat, 22 Dec 2018 17:05:34 -0500 Message-ID: <87tvj55ia9.fsf@dell-desktop.WORKGROUP> References: Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gapP0-0005bD-M4 for emacs-orgmode@gnu.org; Sat, 22 Dec 2018 17:05:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gapOw-0006xf-JV for emacs-orgmode@gnu.org; Sat, 22 Dec 2018 17:05:46 -0500 Received: from mout.gmx.net ([212.227.15.19]:46455) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gapOw-0006sB-62 for emacs-orgmode@gnu.org; Sat, 22 Dec 2018 17:05:42 -0500 In-reply-to: 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: Roy Lemmon Cc: emacs-orgmode@gnu.org I have done something similar with the sitemap functionality: - I used the sitemap functions to extract date and title from the page: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html#sitemap - The sitemap is added in the main page to show a list of blog posts: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html#index_org - For the RSS feed, I wrote a simple function to extract the first paragraph of the blog post (there is probably a better way to do this). I don't know of a standard way to do this, but this seems to work and approach your needs. Hope it helps. thibault On 2018-12-22T11:57:01-0500, Roy Lemmon wrote: I have setup a blog using org mode publish. I can easily list all blog posts on a page. However I would like to list the blog title, first few lines and date. Then be able to provide a link to another page with the full blog post. Is there a standard way to do this or do I need to use some elisp to extract the title and first few lines manually ? Thanks for any hints. Roy.