Bastien,
Bastien wrote:
> "Sebastien Vauban"
> writes:
>
>> 1. When getting to the agenda dispatcher (`C-c a'), I see:
>>
>>S Summary Review: set of 3 commands
>>
>> while I only have... 2 commands (`agenda' and `todo'). Why?
>
> This is a bug, fixed. Thanks for spotting this!
Tested. C
Hi Sébastien,
"Sebastien Vauban"
writes:
> 1. When getting to the agenda dispatcher (`C-c a'), I see:
>
>S Summary Review: set of 3 commands
>
> while I only have... 2 commands (`agenda' and `todo'). Why?
This is a bug, fixed. Thanks for spotting this!
> 2. When firing it up (`C-c a
Hello,
Trying to write my own custom agenda commands, I face a couple of weird
behaviors.
#+begin_src emacs-lisp
(add-to-list 'org-agenda-custom-commands
'("S" "Summary Review"
((agenda "")
(todo ""))
((org-agenda-time-grid nil)