"Sebastien Vauban" wrote:
> Bastien wrote:
>> "Sebastien Vauban" writes:
>>
>>> While a custom agenda command such as the following used to work some time
>>> ago, it does not anymore.
>>>
>>> (add-to-list 'org-agenda-custom-commands
>>> '("D" "Stuck + agenda"
>>> ((stuck "")
>>> (agenda ""
>>> ((org-agenda-span 'week))))) t)
>>>
>>> Now, it seems that the "stuck" block view inhibits any extra view to be
>>> displayed afterward.
>>
>> do I understand correctly that you only get the stuck view and not the
>> agenda view? If so, I cannot reproduce it.
>
> I'll try to provide you with a reproducible recipe, then.
Add the following line to this ECM:
--8<---------------cut here---------------start------------->8---
(setq org-agenda-sticky nil)
--8<---------------cut here---------------end--------------->8---
and you'll be bitten by that bug!
Best regards,
Seb
--
Sebastien Vauban