From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix %e agenda format and refresh of agenda items in general Date: Wed, 27 Jul 2011 15:01:05 +0200 Message-ID: <871uxbvkpt.fsf@altern.org> References: <87ipqv5xga.wl%max@openchat.com> <87r55i1lp4.fsf@gnu.org> <87k4bary8s.wl%max@openchat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm5Tm-000802-76 for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 10:52:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm5Tj-0002eT-AX for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 10:52:58 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:53929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm5Tj-0002aM-5s for emacs-orgmode@gnu.org; Wed, 27 Jul 2011 10:52:55 -0400 Received: by mail-wy0-f169.google.com with SMTP id 36so1307220wyg.0 for ; Wed, 27 Jul 2011 07:52:54 -0700 (PDT) In-Reply-To: <87k4bary8s.wl%max@openchat.com> (Max Mikhanosha's message of "Fri, 22 Jul 2011 14:01:07 -0400") 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: Max Mikhanosha Cc: Org Mode List Hi Max, Max Mikhanosha writes: > Here is an updated patch, its split into 3 very small part, belowe is > an explanaton of each: I applied all three, thanks a bunch for this. > 1. First patch is my original patch to fix error with %e agenda > format. Okay. > 2. Second patch fixes what I beleive to be a logic bug. Most agenda > related commands have the following format: I understand and I agree, thanks for the clear explanations and the fix. > 3. Third patch changes (org-agenda-set-effort) to refresh the item. It requires > the 2nd patch to work. Applied too. Thanks a lot! -- Bastien