From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: export weekly completed/late items Date: Wed, 9 Feb 2011 10:41:35 -0600 Message-ID: References: <19792.20540.58588.297888@bitter.patentinvestor.com> <19793.39409.384877.468341@bitter.patentinvestor.com> <87fwrxqkyg.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=57638 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnD6o-0000zT-P6 for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 11:41:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnD6m-0008Uq-Vy for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 11:41:38 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:50589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnD6m-0008Uk-Pj for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 11:41:36 -0500 Received: by iyi20 with SMTP id 20so363059iyi.0 for ; Wed, 09 Feb 2011 08:41:35 -0800 (PST) In-Reply-To: <87fwrxqkyg.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: emacs-orgmode@gnu.org, Kyle Farrell Christopher, thank you very much! Although I have been using org for quite some time, I never really spend time going through the manual and learning all the nuances of the agenda, and I often forget how powerful it is. It would really nice if we had an agenda command to export all of this as a PDF report, for example. Cheers, Marcelo. On Wed, Feb 9, 2011 at 9:36 AM, Christopher Allan Webber wrote: > I do this for generating work reports, but all I do is > > #+begin_src emacs-lisp > (setq org-log-done 'time) > (setq org-log-state-notes-into-drawer t) > #+end_src > > To enable logging (second line is to prevent cluttering things up) > > Then in the agenda: > > press "v l" to enable logging > press "v a" to enable archived trees > press "b" to go back a week. > > It also helps that I have > > #+begin_src emacs-lisp > ; Start weekly view from present day > (setq org-agenda-start-on-weekday nil) > #+end_src > > set so that the agenda starts on the current day. > > I usually end up generating reports for the last two weeks... I've > considered looking to see if there's a way to set up agenda commands to > generate a list of the last two weeks' tasks so I didn't have to press > back twice, but I haven't tried yet :) > > Does that help? > =C2=A0- cwebb > > Kyle Farrell writes: > >> I'm a bit of a newbie to org-mode, so where should I start to look at >> this? =C2=A0Is there existing functionality in either org-agenda or >> org-export that would be a good starting point? >> >> >> Marcelo de Moraes Serpa wrote: >>> This is a great idea, and one I would use myself. I don't think you >>> could configure the agenda to build something like that though, I'd >>> say we'd need to come up with some custom elisp code or a script that >>> parses the org archive file and does the dirty job. >>> >>> Marcelo. >>> >>> On Mon, Feb 7, 2011 at 2:04 PM, Kyle Farrell wrote: >>> > I'm trying to create a weekly report of items completed or >>> > outstanding. =C2=A0I'd like to bucket these by status. =C2=A0I've got= my entries >>> > with a DEADLINE calendar date set. >>> > >>> > For example given the org input: >>> > >>> > * TODO Fix bug for software project X >>> > =C2=A0 DEADLINE: <2011-02-07 Mon> >>> > * DONE Update documentation for feature Y >>> > =C2=A0 DEADLINE: <2011-02-09 Wed> >>> > * DONE Scope out new version of Z >>> > =C2=A0 DEADLINE: <2011-02-09 Wed> >>> > * TODO Code new version of Z >>> > =C2=A0 DEADLINE: <2011-02-17 Thu> >>> > >>> > I'd like to bucketize these based on the current date TODO status. = =C2=A0If >>> > the date is 2/11/2011, based on the deadline and the status I'd like >>> > to see: >>> > >>> > =C2=A0Missed: >>> > =C2=A02011-02-07: Fix bug for software project X >>> > >>> > =C2=A0Completed: >>> > =C2=A02011-02-09: Update documentation for feature Y >>> > =C2=A02011-02-09: Scope out new version of Z >>> > >>> > =C2=A0Coming up: >>> > =C2=A02011-02-17: Code new version of Z >>> > >>> > >>> > Am I best using an agenda view to create this? =C2=A0Or would this be= in a >>> > custom exporter? >>> > >>> > thanks! >>> > -Kyle >>> > >>> > _______________________________________________ >>> > 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 >>> > >>> >> >> _______________________________________________ >> 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 >> > > -- > =F0=9D=93=92=F0=9D=93=B1=F0=9D=93=BB=F0=9D=93=B2=F0=9D=93=BC=F0=9D=93=BD= =F0=9D=93=B8=F0=9D=93=B9=F0=9D=93=B1=F0=9D=93=AE=F0=9D=93=BB =F0=9D=93=90= =F0=9D=93=B5=F0=9D=93=B5=F0=9D=93=AA=F0=9D=93=B7 =F0=9D=93=A6=F0=9D=93=AE= =F0=9D=93=AB=F0=9D=93=AB=F0=9D=93=AE=F0=9D=93=BB >