emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Is it possible to edit Effort remotely from the Agenda?


From: Manish
Subject: Re: [Orgmode] Is it possible to edit Effort remotely from the Agenda?
Date: Fri, 28 Aug 2009 14:23:34 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]