From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: ANN: org-super-agenda Date: Sat, 29 Jul 2017 11:40:24 +0100 Message-ID: <87inibwmp3.fsf@delle7240.chemeng.ucl.ac.uk> References: <87eft25n61.fsf@delle7240.chemeng.ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbPDD-0007RB-AM for emacs-orgmode@gnu.org; Sat, 29 Jul 2017 06:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbPD8-0002mm-DD for emacs-orgmode@gnu.org; Sat, 29 Jul 2017 06:43:11 -0400 Received: from mail-he1eur01on0093.outbound.protection.outlook.com ([104.47.0.93]:1925 helo=EUR01-HE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dbPD7-0002kW-QZ for emacs-orgmode@gnu.org; Sat, 29 Jul 2017 06:43:06 -0400 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" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi Adam, thanks for the long email explaining the process and issues. I've updated to latest version. > Well, as it stands, this package is mainly a way to group together items > that the standard agenda view (i.e. the org-agenda-list function) has > gathered. Understood. I guess my challenge is understanding how to specify what I want in your super agenda specifications. For instance, how do I get a list of tasks with deadlines as a separate entry? How do I get un-prioritised TODO entries listed? These all come at the end, in the "catch-all" section, for me which is not what I want. The same with the clock report: it would be good to be able to place this where I want it. I have my own customised view where I have the following: #+begin_src emacs-lisp ("v" "Startup View" ( (todo "INPR" (quote(org-agenda-overriding-header "Currently active tasks: "))) (todo "WAIT" (quote(org-agenda-overriding-header "Tasks waiting on others: "))) (todo "POST" (quote(org-agenda-overriding-header "Tasks for sometime later: "))) (agenda "" ((org-agenda-time-grid nil) (org-deadline-warning-days 365) (org-agenda-entry-types (quote (:deadline))) (org-agenda-skip-entry-if (quote scheduled)) (org-agenda-ndays 1) (org-agenda-overriding-header "Unscheduled upcoming deadlines:"))) (agenda "" ((org-agenda-ndays 1) (org-deadline-warning-days 1))) (todo "" (quote(org-agenda-overriding-header "Unscheduled No Deadline TODO: "))))) #+end_src and I would like to mimick some of this behaviour. Mind you, I can simply use my view, of course! > So the question becomes, how many Org agenda functions do I want to copy > into my package and be responsible for fixing? Probably not too many :-) >> 3. a clock summary (equivalent to what one gets with "v c" in standard >> view) > > I confess that I have never used this feature before you mentioned it. It's a useful feature but annoying in the default behaviour in that it is either this or not at all. (view log will display clocking information but also task completion etc. which is more info than I usually want [I know which jobs I finished]) > I will look into this and push it to the repo if it works. Please let > me know if you have any other ideas or suggestions. Thanks. I'll keep playing on and off. -- : Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-573-g09e612 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWXxmGAAKCRDIkZPY//z2 fbfmAKCY0KxQ+SCrYzj8e0LC2S/MDrQlfgCdE/kJpTVYj16WxgCS1Q8pCgsVq28= =kZ1W -----END PGP SIGNATURE----- --=-=-=--