From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: ics calendar? Date: Fri, 08 Sep 2017 08:52:09 -0700 Message-ID: <87efrhtcgm.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqLaR-0005Gq-7K for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 11:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqLaN-0002oB-Ba for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 11:52:55 -0400 Received: from [195.159.176.226] (port=53333 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqLaN-0002nx-4S for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 11:52:51 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dqLZy-00078D-UR for emacs-orgmode@gnu.org; Fri, 08 Sep 2017 17:52:26 +0200 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: emacs-orgmode@gnu.org Matt Price writes: > I've been using Kaushal's fantastic ox-hugo to build my course websites (see http://2017.hackinghistory.ca/ for one more or less finished example; slightly out of date and not-yet documented source files are on Github at > https://github.com/titaniumbones/Hacking-History/tree/2017). It's a great system and I love it. > > I've just noticed that Hugo supports .ics formats and thought it would be useful to have a calendar for the class. I've never done .ics exports in org -- I don't use the core calendar/agenda features very effectively -- and am not sure > what the best way to do this would be. So I'm really just asking whether other people do ics exports and if so, how you structure the org source files and so forth. In addition to what others have said, I'll note that the export process "flattens" all entries with dates, so the structure of the org file itself matters less. Apologies if you already knew that... Eric