From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: converting many ics files to a single org file Date: Tue, 11 Jun 2019 10:25:06 +0200 Message-ID: <87lfy8msv1.fsf@polytechnique.org> References: <871s01o6j4.fsf@polytechnique.org> <23806.48029.154258.682523@AGAME7.local> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50193) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hac5f-0006WV-Np for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 04:25:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hac5e-00046R-PN for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 04:25:11 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:42640) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hac5e-00043B-G7 for emacs-orgmode@gnu.org; Tue, 11 Jun 2019 04:25:10 -0400 In-reply-to: <23806.48029.154258.682523@AGAME7.local> 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: Thomas Plass Cc: emacs-orgmode --=-=-= Content-Type: text/plain; format=flowed On 2019-06-10 22:20, Thomas Plass 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE6lXof/BsSVW56ZmGBA0KO07S5ccFAlz/ZWMACgkQBA0KO07S 5ceiCgf/a3mdOKPNxCkIqh52q5n50AwRpL7q0buWFxeJ5RjxpLN4SeY2TW9NvZbH x8CSZ90RbvZ2o3nSubYB2widDlr4W5MvLNddSfjR9PQkJ/1M4AYGq2Y4jk/AtT+S SiYKxVyiC1TGBd47C68o9WtKX8qPvJs7CEJ13GJmJK3MhR9XE9sT/6iIwJRhngZE u4k5E4JNzWlyoTIje/dXY2zzk65NJ94QjrTQzc2w6JsauYpcBRdkVI1LpShd0VVY eoVOyyyTCExhg2pDlHiufADRNASvbHyJ7Ds6H6PlQDqCcLsZSGhnQ/vAiUeqHDfe 6MB3nOBZjK25BE6gLBoMrc/HMxxWVw== =EMv1 -----END PGP SIGNATURE----- --=-=-=--