Ian Dunn writes:
> NG> Thank you. It looks good.
>
> NG> Could you send it again with a proper commit message so I can apply
> it?
>
> This work?
Perfect. Applied, thank you.
Regards,
NG> Thank you. It looks good.
NG> Could you send it again with a proper commit message so I can apply it?
This work?
>From df299def392a93a2adf41ae3cd740b54382d64b0 Mon Sep 17 00:00:00 2001
From: Ian Dunn
Date: Sat, 6 Jan 2018 17:29:11 -0500
Subject: [PATCH] org-agenda: Fix lprops when
Hello,
Ian Dunn writes:
> I went ahead and looked into this myself. Looks like the issue is that
> the properties (lprops) are set using symbol properties with
> org-agenda-redo-command, which is buffer-local. However, according to
> the elisp manual (at least for the upcoming 26.1 release), sym
> "Ian" == Ian Dunn writes:
Ian> I've got a few tasks that I don't want appearing in the
Ian> daily agenda, so I tag them with agenda_exclude and set
Ian> org-agenda-skip-function to skip any entries with that tag for
Ian> my daily agenda:
Ian> (defun id/org-skip-by-t
I've got a few tasks that I don't want appearing in the daily agenda, so I
tag them with agenda_exclude and set org-agenda-skip-function to skip any
entries with that tag for my daily agenda:
binvGaqlAO1UI.bin
Description: application/emacs-lisp
As you can see, I've got a second agenda v