From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Please confirm your message Date: Mon, 03 Mar 2014 08:07:39 -0600 Message-ID: <87vbvvml3o.fsf@fastmail.fm> References: <86wqstknlj.fsf@somewhere.org> <87k3oi8w11.fsf@bzg.ath.cx> <86wqsij97j.fsf@somewhere.org> <86txbvduxm.fsf_-_@somewhere.org> <87d2i3cvhc.fsf@bzg.ath.cx> <87y50ro2dr.fsf@fastmail.fm> <1393852160.12983.TMDA@plane.gmane.org> <877g8bo08i.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTX7-0001nL-PZ for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:07:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKTX2-0003H9-Mg for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:07:53 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:45791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKTX2-0003Gi-Jc for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 09:07:48 -0500 Received: from archeee (unknown [50.172.132.15]) by mail.messagingengine.com (Postfix) with ESMTPA id 0950EC007B6 for ; Mon, 3 Mar 2014 09:07:39 -0500 (EST) In-Reply-To: <877g8bo08i.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 03 Mar 2014 07:55:25 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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 writes: > Gmane Remailer > writes: > >> This message was created automatically by mail delivery software (TMDA). >> >> Your message attached below is being held because the address >> 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@plan= e.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 >> Subject: Re: [bug] Incompatible agenda commands >> To: Bastien >> Cc: "Sebastien Vauban" , 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 writes: >> >>> Hi S=C3=A9bastien, >>> >>> "Sebastien Vauban" >>> writes: >>> >>>> "Sebastien Vauban" wrote: >>>>> Bastien wrote: >>>>>> "Sebastien Vauban" writes: >>>>>> >>>>>>> While a custom agenda command such as the following used to work so= me 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 t= o be >>>>>>> displayed afterward. >>>>>> >>>>>> do I understand correctly that you only get the stuck view and not t= he >>>>>> 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.=20 >> >> Matt >> >> >> ----------