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
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 l
Adam Porter writes:
> #+BEGIN_SRC elisp
> (defmacro with-org-today-date (date &rest 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))
> `(let ((day (date
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
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 task
Kyle Meyer writes:
> Adam Porter writes:
>
>> #+BEGIN_SRC elisp
>> (defmacro with-org-today-date (date &rest 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 de
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
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, so I had to come up with this uglier
Thanks, maybe I was up too late to be messing with macros. :)
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 (org-depend-trigger-todo,
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"))
(org-agenda-span 'da
11 matches
Mail list logo