emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] converting many ics files to a single org file


From: Alan Schmitt
Subject: Re: [O] converting many ics files to a single org file
Date: Tue, 11 Jun 2019 10:25:06 +0200
User-agent: mu4e 1.2.0; emacs 26.2

On 2019-06-10 22:20, Thomas Plass <address@hidden> writes:

As per its docstring it's one file per invocation. But the docstring
also lists:

$ cat in.ical | ical2orgpy - - > out.org

I haven't tried, but something like this might work (on Unixoids):

$ echo -n > out.org
$ for i in *.ical; do cat $i | ical2orgpy - - >> out.org; echo >> out.org; done

Thank you for the suggestion, I'll give it a try.

Best,

Alan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]