Re: [O] ANN: org-super-agenda

2017-07-29 Thread Adam Porter
Adam Porter writes: >> How do I get un-prioritised TODO entries listed? > > I don't have a selector for unprioritized TODO entries...yet. I'll look > into that. :) Silly me, you can already do that, like this: #+BEGIN_SRC (let ((org-agenda-files (list "~/test.org"))

Re: [O] [PATCH] org-depend: multi-file TRIGGER and BLOCKER tasks

2017-07-29 Thread Adrian Bradd
I have attached an amended version. Let me know if there are any other changes that need to be made. From d18f299c2dfe3610e04b156d08a70ddafb052ab2 Mon Sep 17 00:00:00 2001 From: Adrian Bradd Date: Thu, 13 Jul 2017 22:49:26 -0400 Subject: [PATCH] contrib/lisp/org-depend.el

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Adam Porter
Thanks, maybe I was up too late to be messing with macros. :)

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Kyle Meyer
Adam Porter writes: > Kyle Meyer writes: [...] >> You should be able to simplify the macro body to >> >> `(cl-letf (((symbol-function 'org-today) (lambda () (date-to-day >> ,date >>,@body) > > Hi Kyle, > > I tried that, but it didn't work,

Re: [O] ANN: org-super-agenda

2017-07-29 Thread Adam Porter
Adam Porter writes: Hi friend, FYI, this package is now on MELPA, and has had significant changes since I announced it. Please let me know any feedback you may have. Thanks. https://github.com/alphapapa/org-super-agenda

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Adam Porter
Kyle Meyer writes: > Adam Porter writes: > >> #+BEGIN_SRC elisp >> (defmacro with-org-today-date (date body) >> "Run BODY with the `org-today' function set to return simply DATE. >> DATE should be a date-time string (both date and time must be

Re: [O] ANN: org-super-agenda

2017-07-29 Thread Adam Porter
Hi Eric, Thanks for your email. First off, the package is on MELPA now, and I've added several more features, so feel free to give it a shot. :) > 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

Re: [O] Update to org-protocol-capture-html

2017-07-29 Thread Nikolay Kudryavtsev
Yeah, I'm asking whoever's currently doing the org-protocol maintenance. That's why I put you in copy, not to.;-) You're right this has to be tested on all those platforms, but it's a more proper way, than doing server-edit... -- Best Regards, Nikolay Kudryavtsev

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Kyle Meyer
Adam Porter writes: > #+BEGIN_SRC elisp > (defmacro with-org-today-date (date body) > "Run BODY with the `org-today' function set to return simply DATE. > DATE should be a date-time string (both date and time must be included)." > (declare (indent defun)) >

Re: [O] Log change TODO state after clock-out

2017-07-29 Thread Roman Rudakov
Hello, I've tried to remove line (org-inhibit-logging t) locally, it have solved my problem partially. If I clock-in and then clock-out the same headline everything is ok (Task 1 in my example) . But if I clock-in Task 2, Then go to Task 3 and ckock it in, Task 2 clocked out and have only CLOSED

Re: [O] ANN: org-super-agenda

2017-07-29 Thread Eric S Fraga
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

[O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Adam Porter
Hi friends, Just wanted to drop this here. I was testing some agenda-related code, and got tired of having to keep moving the dates forward on my test data as days passed in real life, so after digging into the agenda code, I came up with this macro that makes testing much easier: #+BEGIN_SRC

Re: [O] ANN: org-super-agenda

2017-07-29 Thread Adam Porter
Adam Porter writes: > After thinking about this some more, I have an idea: if I go ahead and > import the agenda-building functions into my package and modify them, I > can use a minor mode to override the standard functions with advice. > That way users would only have to