Re: [O] calfw, get rid of file names

2012-06-12 Thread SAKURAI Masashi
Hi, I'm sorry for my late response. At Tue, 12 Jun 2012 12:14:29 -0700, Kyle Machulis wrote: > : > But yeah, that is definitely a way to change the output, but on > further inspection it doesn't look like the right one. If you check > out calfw-org.el, there's a useful defvar, > cfw:org-schedule-

Re: [O] calfw, get rid of file names

2012-06-12 Thread Kyle Machulis
On Tue, Jun 12, 2012 at 1:40 AM, Michael Welle wrote: > The thing Kyle wanted to point out is that you can customise > the item in the above advice. (message item) just prints the item to the > status line. > > Since I'm a bit short on time at the moment I cheated a little bit and > manipulated th

Re: [O] calfw, get rid of file names

2012-06-12 Thread Ivan Vilata i Balaguer
Michael Welle (2012-06-12 10:40:00 +0200) wrote: > Ivan Vilata i Balaguer writes: > >> Kyle Machulis (2012-06-12 03:47:40 +0200) wrote: >> >>> (defadvice qdot/cfw:org-extract-summary (after cfw:org-extract-summary) >>> "Remove tags and filenames from item summary" >>> (message item)) >> >> I

Re: [O] calfw, get rid of file names

2012-06-12 Thread Ivan Vilata i Balaguer
Kyle Machulis (2012-06-12 03:47:40 +0200) wrote: > 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)) > I placed that and `(ad-activate 'qdot/cfw:org-extract-summary)` in m

Re: [O] calfw, get rid of file names

2012-06-11 Thread Kyle Machulis
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