From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Is it possible to edit Effort remotely from the Agenda? Date: Fri, 28 Aug 2009 14:23:34 +0530 Message-ID: References: <87d46hrw8p.fsf@dynapse.com> <0FAC747F-B0F6-4C33-A8D8-506CA4A80F95@gmail.com> <662BF714-94BD-4A01-9B3C-BC25B140533A@gilbert.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgxDc-00020T-5I for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:54:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgxDX-00020E-CW for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:53:59 -0400 Received: from [199.232.76.173] (port=47379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgxDX-00020B-4g for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:53:55 -0400 Received: from an-out-0708.google.com ([209.85.132.251]:27904) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgxDW-0002cN-Pp for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:53:54 -0400 Received: by an-out-0708.google.com with SMTP id b6so877831ana.21 for ; Fri, 28 Aug 2009 01:53:54 -0700 (PDT) In-Reply-To: <662BF714-94BD-4A01-9B3C-BC25B140533A@gilbert.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Gilbert Cc: org-mode Mailinglist On Fri, Aug 28, 2009 at 2:07 PM, Michael Gilbert wrote: > Hi -- > > A few weeks into stable org usage (thanks again for getting Aquamacs to fix > that issue) and I am starting to push past basic knowledge. I realize that > there are many things that can be editing remotely from the agenda. One of > the properties I most want to be able to edit is Effort. Is this possible? If you display effort in the agenda in column view (C-c C-x C-c), you can edit the effort by using Shift-right or Shift-left or "e". This is from my .emacs. --8<---------------cut here---------------start------------->8--- (setq org-drawers (quote ("PROPERTIES" "CLOCK" "EFFORT" "HIDE" "LOGBOOK"))) (setq org-global-properties (quote (("Effort_ALL" . "00:00 00:10 00:20 00:30 01:00 01:30 02:00 02:30 03:00 04:00 05:00 06:00 07:00 08:00")))) (setq org-columns-default-format "%TODO %CATEGORY %60ITEM(Task) %5Effort(Estim){:} %5CLOCKSUM(Clock) %SCHEDULED(Time) %DEADLINE") --8<---------------cut here---------------end--------------->8--- HTH -- Manish