From owner-freebsd-questions@freebsd.org Tue Jul 7 08:31:56 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B87B99645 for ; Tue, 7 Jul 2015 08:31:56 +0000 (UTC) (envelope-from leventelist@gmail.com) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CF281D22 for ; Tue, 7 Jul 2015 08:31:56 +0000 (UTC) (envelope-from leventelist@gmail.com) Received: by iecvh10 with SMTP id vh10so129937879iec.3 for ; Tue, 07 Jul 2015 01:31:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AMloqEkL1jVm/gF/PfYJgTGQXj2feNrG4/xxCbinWc4=; b=Dd9b/OhM7dBLsNYS5svBPAXsOPWp8P6LH5nGf/KNz3yjWXtgNVetBvchnx+eLQcLYe dP/dBpy4wvd8UgDASZVzy3T96p+U30Sd/PQngKBi9zR+2g624hfilExCKg/O45eUDf1F SvZQ2f3ZbvFjcQqC9PdvrUD1eoiUSZbkpZSSqKWfYAzTzQMT0pUvHeJWs5pAA5R5rAs5 5mrRiv+G3rSpoxvViwhnodY2Uj6iWdlWdT/zGWb3XyvC4393S3mydvGkQp0mm5lk6tMx VIGuAOxq8HkfUuX12VtjxQ2tAsxx3bHCSexM0BBE+HGLXUkN3AVTCaHK8vB7eBRllmZO sC6g== MIME-Version: 1.0 X-Received: by 10.107.168.150 with SMTP id e22mr4558125ioj.9.1436257916013; Tue, 07 Jul 2015 01:31:56 -0700 (PDT) Received: by 10.36.6.137 with HTTP; Tue, 7 Jul 2015 01:31:55 -0700 (PDT) In-Reply-To: References: <20150706214842.0b15086d@jive.levalinux.org> Date: Tue, 7 Jul 2015 10:31:55 +0200 Message-ID: Subject: Re: calendar application From: Levente To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 08:31:56 -0000 It turned out that the lightning extension is installed, but it is disabled by default. Lev On Tue, Jul 7, 2015 at 10:28 AM, Luca Ferrari wrote: > On Mon, Jul 6, 2015 at 9:48 PM, Lev wrote: > > My workflow of calendars is keeping an ics file under a git repository, > and > > using some gui to modify that file. > > > > You can achieve something similar with emacs and org mode, but > probably is not what you are searching for. But it's worth mentioning > it. > > Luca >