emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Incompatible agenda commands
@ 2013-03-27 12:56 Sebastien Vauban
  2013-04-04  9:50 ` Bastien
  0 siblings, 1 reply; 11+ messages in thread
From: Sebastien Vauban @ 2013-03-27 12:56 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

While a custom agenda command such as the following used to work some time
ago, it does not anymore.

--8<---------------cut here---------------start------------->8---
  (add-to-list 'org-agenda-custom-commands
               '("D" "Stuck + agenda"
                 ((stuck "")
                  (agenda ""
                          ((org-agenda-span 'week))))) t)
--8<---------------cut here---------------end--------------->8---

Now, it seems that the "stuck" block view inhibits any extra view to be
displayed afterward.

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Incompatible agenda commands
  2013-03-27 12:56 Incompatible agenda commands Sebastien Vauban
@ 2013-04-04  9:50 ` Bastien
  2013-04-04 21:07   ` Sebastien Vauban
  0 siblings, 1 reply; 11+ messages in thread
From: Bastien @ 2013-04-04  9:50 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hi Sébastien,

"Sebastien Vauban"
<wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> 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.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Incompatible agenda commands
  2013-04-04  9:50 ` Bastien
@ 2013-04-04 21:07   ` Sebastien Vauban
  2014-02-19 14:43     ` [bug] " Sebastien Vauban
  0 siblings, 1 reply; 11+ messages in thread
From: Sebastien Vauban @ 2013-04-04 21:07 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Bastien,

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?

Yes, you do understand what I meant.

> If so, I cannot reproduce it.

I hate those!  I'll try to provide you with a reproducible recipe, then.
Thanks for looking at it.

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [bug] Incompatible agenda commands
  2013-04-04 21:07   ` Sebastien Vauban
@ 2014-02-19 14:43     ` Sebastien Vauban
  2014-03-01  8:19       ` Bastien
  2014-03-03 12:33       ` Bastien
  0 siblings, 2 replies; 11+ messages in thread
From: Sebastien Vauban @ 2014-02-19 14:43 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

"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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [bug] Incompatible agenda commands
  2014-02-19 14:43     ` [bug] " Sebastien Vauban
@ 2014-03-01  8:19       ` Bastien
  2014-03-03 12:33       ` Bastien
  1 sibling, 0 replies; 11+ messages in thread
From: Bastien @ 2014-03-01  8:19 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hi Sébastien,

"Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
writes:

>   (setq org-agenda-sticky nil)
>
> and you'll be bitten by that bug!

Still not bitten by this bug :)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [bug] Incompatible agenda commands
  2014-02-19 14:43     ` [bug] " Sebastien Vauban
  2014-03-01  8:19       ` Bastien
@ 2014-03-03 12:33       ` Bastien
  2014-03-03 13:09         ` Matt Lundin
  1 sibling, 1 reply; 11+ messages in thread
From: Bastien @ 2014-03-03 12:33 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hi Sébastien,

"Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
writes:

> "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:
>
>   (setq org-agenda-sticky nil)
>
> and you'll be bitten by that bug!

Mhh... still can't reproduce the bug.  Anyone else?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [bug] Incompatible agenda commands
  2014-03-03 12:33       ` Bastien
@ 2014-03-03 13:09         ` Matt Lundin
       [not found]           ` <1393852160.12983.TMDA@plane.gmane.org>
  2014-03-11 14:44           ` [bug] Incompatible agenda commands Sebastien Vauban
  0 siblings, 2 replies; 11+ messages in thread
From: Matt Lundin @ 2014-03-03 13:09 UTC (permalink / raw)
  To: Bastien; +Cc: public-emacs-orgmode-mXXj517/zsQ, Sebastien Vauban




Bastien <bzg@gnu.org> writes:

> Hi Sébastien,
>
> "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
> writes:
>
>> "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:
>>
>>   (setq org-agenda-sticky nil)
>>
>> and you'll be bitten by that bug!
>
> Mhh... still can't reproduce the bug.  Anyone else?

Unfortunately, I cannot reproduce it either. Both the stuck agenda and
the weekly agenda display on my end. 

Matt

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Please confirm your message
       [not found]           ` <1393852160.12983.TMDA@plane.gmane.org>
@ 2014-03-03 13:55             ` Matt Lundin
  2014-03-03 14:07               ` Matt Lundin
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Lundin @ 2014-03-03 13:55 UTC (permalink / raw)
  To: Gmane Remailer
  Cc: public-emacs-orgmode-mXXj517/zsQ-confirm-1393852159.12983.21926f



Gmane Remailer <public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org>
writes:

> This message was created automatically by mail delivery software (TMDA).
>
> Your message attached below is being held because the address
> <mdl@imapmail.org> has not been verified.
>
> To release your message for delivery, please send an empty message
> to the following address, or use your mailer's "Reply" feature.
>
>    public-emacs-orgmode-mXXj517/zsQ-confirm-1393852159.12983.21926f@plane.gmane.org
>
> This confirmation verifies that your message is legitimate and not
> junk-mail. You should only have to confirm your address once.
>
> If you do not respond to this confirmation request within 14 days,
> your message will not be delivered.
>
> From: Matt Lundin <mdl@imapmail.org>
> Subject: Re: [bug] Incompatible agenda commands
> To: Bastien <bzg@gnu.org>
> Cc: "Sebastien Vauban" <public-sva-news-D0wtAvR13HarG/iDocfnWg@plane.gmane.org>, public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org
> Date: Mon, 03 Mar 2014 07:09:04 -0600 (45 minutes, 53 seconds ago)
> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)
>
>
> Bastien <bzg@gnu.org> writes:
>
>> Hi Sébastien,
>>
>> "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
>> writes:
>>
>>> "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:
>>>
>>>   (setq org-agenda-sticky nil)
>>>
>>> and you'll be bitten by that bug!
>>
>> Mhh... still can't reproduce the bug.  Anyone else?
>
> Unfortunately, I cannot reproduce it either. Both the stuck agenda and
> the weekly agenda display on my end. 
>
> Matt
>
>
> ----------

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Please confirm your message
  2014-03-03 13:55             ` Please confirm your message Matt Lundin
@ 2014-03-03 14:07               ` Matt Lundin
  2014-03-03 14:10                 ` Matt Lundin
  0 siblings, 1 reply; 11+ messages in thread
From: Matt Lundin @ 2014-03-03 14:07 UTC (permalink / raw)
  To: org-mode Mailing List

This email resulted from my attempt to reply to an obfuscated email from
the gmane public mailer. I have no idea why it sent my reply to the
list.

As an aside, is there a graceful with these emails in gnus. ( When I do
a wide reply to emails with addresses obfuscated by gmane, I always get
these requests for confirmation.

Matt

Matt Lundin <mdl@imapmail.org> writes:

> Gmane Remailer <public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org>
> writes:
>
>> This message was created automatically by mail delivery software (TMDA).
>>
>> Your message attached below is being held because the address
>> <mdl@imapmail.org> has not been verified.
>>
>> To release your message for delivery, please send an empty message
>> to the following address, or use your mailer's "Reply" feature.
>>
>>    public-emacs-orgmode-mXXj517/zsQ-confirm-1393852159.12983.21926f@plane.gmane.org
>>
>> This confirmation verifies that your message is legitimate and not
>> junk-mail. You should only have to confirm your address once.
>>
>> If you do not respond to this confirmation request within 14 days,
>> your message will not be delivered.
>>
>> From: Matt Lundin <mdl@imapmail.org>
>> Subject: Re: [bug] Incompatible agenda commands
>> To: Bastien <bzg@gnu.org>
>> Cc: "Sebastien Vauban" <public-sva-news-D0wtAvR13HarG/iDocfnWg@plane.gmane.org>, public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org
>> Date: Mon, 03 Mar 2014 07:09:04 -0600 (45 minutes, 53 seconds ago)
>> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)
>>
>>
>> Bastien <bzg@gnu.org> writes:
>>
>>> Hi Sébastien,
>>>
>>> "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
>>> writes:
>>>
>>>> "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:
>>>>
>>>>   (setq org-agenda-sticky nil)
>>>>
>>>> and you'll be bitten by that bug!
>>>
>>> Mhh... still can't reproduce the bug.  Anyone else?
>>
>> Unfortunately, I cannot reproduce it either. Both the stuck agenda and
>> the weekly agenda display on my end. 
>>
>> Matt
>>
>>
>> ----------

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Please confirm your message
  2014-03-03 14:07               ` Matt Lundin
@ 2014-03-03 14:10                 ` Matt Lundin
  0 siblings, 0 replies; 11+ messages in thread
From: Matt Lundin @ 2014-03-03 14:10 UTC (permalink / raw)
  To: org-mode Mailing List

Matt Lundin <mdl@imapmail.org> writes:

> This email resulted from my attempt to reply to an obfuscated email from
> the gmane public mailer. I have no idea why it sent my reply to the
> list.
>
> As an aside, is there a graceful with these emails in gnus. When I do

Should read: "is there a graceful way to deal with these emails in gnus?"

Matt

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [bug] Incompatible agenda commands
  2014-03-03 13:09         ` Matt Lundin
       [not found]           ` <1393852160.12983.TMDA@plane.gmane.org>
@ 2014-03-11 14:44           ` Sebastien Vauban
  1 sibling, 0 replies; 11+ messages in thread
From: Sebastien Vauban @ 2014-03-11 14:44 UTC (permalink / raw)
  To: Bastien, Matt Lundin
  Cc: public-emacs-orgmode-mXXj517/zsQ-wOFGN7rlS/M9smdsby/KFg



Hello Bastien and Matt,

Matt Lundin wrote:
> Bastien <bzg-mXXj517/zsQ@public.gmane.org> writes:
>> Sebastien Vauban writes:
>>> "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:
>>>
>>>   (setq org-agenda-sticky nil)
>>>
>>> and you'll be bitten by that bug!
>>
>> Mhh... still can't reproduce the bug.  Anyone else?
>
> Unfortunately, I cannot reproduce it either. Both the stuck agenda and
> the weekly agenda display on my end.

Sorry, I meant: setting `org-agenda-sticky' to a non-nil value... as nil
is its default value, anyway...

--8<---------------cut here---------------start------------->8---
(require 'org-agenda)

(add-to-list 'org-agenda-custom-commands
             '("D" "Stuck + agenda"
               ((stuck "")
                (agenda ""
                        ((org-agenda-span 'week))))) t)

(setq org-agenda-sticky t)
--8<---------------cut here---------------end--------------->8---

This time (I don't know why I did not see it the other times), I even
see an error message:

--8<---------------cut here---------------start------------->8---
save-current-buffer: No buffer named *Org Agenda(D:+LEVEL=2/-DONE)*
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-11 14:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-27 12:56 Incompatible agenda commands Sebastien Vauban
2013-04-04  9:50 ` Bastien
2013-04-04 21:07   ` Sebastien Vauban
2014-02-19 14:43     ` [bug] " Sebastien Vauban
2014-03-01  8:19       ` Bastien
2014-03-03 12:33       ` Bastien
2014-03-03 13:09         ` Matt Lundin
     [not found]           ` <1393852160.12983.TMDA@plane.gmane.org>
2014-03-03 13:55             ` Please confirm your message Matt Lundin
2014-03-03 14:07               ` Matt Lundin
2014-03-03 14:10                 ` Matt Lundin
2014-03-11 14:44           ` [bug] Incompatible agenda commands Sebastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).