From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Martins Subject: Re: [google] updated awk script for google to org conversion Date: Sun, 11 Jul 2010 00:03:38 -0300 Message-ID: References: <87wrt5kqfn.wl%ucecesf@ucl.ac.uk> <87sk3tkmzx.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=46670 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXmpQ-000126-TK for emacs-orgmode@gnu.org; Sat, 10 Jul 2010 23:03:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXmpP-0000GP-Db for emacs-orgmode@gnu.org; Sat, 10 Jul 2010 23:03:40 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:60620) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXmpP-0000GI-Ak for emacs-orgmode@gnu.org; Sat, 10 Jul 2010 23:03:39 -0400 Received: by vws1 with SMTP id 1so1375105vws.0 for ; Sat, 10 Jul 2010 20:03:38 -0700 (PDT) In-Reply-To: <87sk3tkmzx.wl%ucecesf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: org-mode mailing list Eric, It is working (up to the moment) perfectly!! I am really grateful to you! Daniel 2010/7/9 Eric S Fraga : > I've updated the awk script for converting Google calendar iCal export to= org: > > - the time zone calculation is now down completely within the awk > =A0script, not requiring any external calculations. > > - fixed handling of continuation lines as Google seems to have > =A0changed, since last night, the format of the export iCal entries. > > Again, comments, questions and criticisms all more than welcome! > > Please note that the shell command required to use this is now much simpl= er: > > =A0awk -f thisawkscript < icsfile > orgfile > > as there is no longer any need to define the SECONDS variable. > > Enjoy! :) > > eric > > -- > Eric S Fraga > GnuPG: 8F5C 279D 3907 E14A 5C29 =A0570D C891 93D8 FFFC F67D > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >