From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Machulis Subject: Re: calfw, get rid of file names Date: Mon, 11 Jun 2012 18:47:40 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeGCv-0007WG-IF for emacs-orgmode@gnu.org; Mon, 11 Jun 2012 21:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeGCt-0002UB-Hh for emacs-orgmode@gnu.org; Mon, 11 Jun 2012 21:47:45 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:39852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeGCt-0002TF-AI for emacs-orgmode@gnu.org; Mon, 11 Jun 2012 21:47:43 -0400 Received: by lbjn8 with SMTP id n8so40860lbj.0 for ; Mon, 11 Jun 2012 18:47:40 -0700 (PDT) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Welle Cc: emacs-orgmode@gnu.org I used defadvice to fix this: (defadvice qdot/cfw:org-extract-summary (after cfw:org-extract-summary) "Remove tags and filenames from item summary" (message item)) On Sun, Jun 10, 2012 at 1:57 AM, Michael Welle wrote: > Hello, > > I just discovered calfw. That's neat stuff ;). I wonder if I can > customise away the org file names that are shown with the calendar > entries? Mouse clicking on the entry brings me to the associated file, > so IMHO showing the file's name does not provide additional information. > > Regards > hmw > > -- > biff4emacsen - A biff-like tool for (X)Emacs > http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html > Flood - Your friendly network packet generator > http://www.c0t0d0s0.de/flood/flood.html > >