emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* agenda mode - carrying over tasks from previous week
@ 2010-11-10  4:02 sergio_101
  2010-11-10 12:55 ` Greg Troxel
  0 siblings, 1 reply; 11+ messages in thread
From: sergio_101 @ 2010-11-10  4:02 UTC (permalink / raw)
  To: emacs-orgmode

how would i go about making items/tasks that didn't get completed last
week carry over into this week?

thanks!

-- 
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10  4:02 agenda mode - carrying over tasks from previous week sergio_101
@ 2010-11-10 12:55 ` Greg Troxel
  2010-11-10 14:02   ` sergio_101
  2010-11-10 16:09   ` Bernt Hansen
  0 siblings, 2 replies; 11+ messages in thread
From: Greg Troxel @ 2010-11-10 12:55 UTC (permalink / raw)
  To: sergio_101; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 314 bytes --]


sergio_101 <sergio.rrd@gmail.com> writes:

> how would i go about making items/tasks that didn't get completed last
> week carry over into this week?

Type 'm' in front of each and then "B s" to a new date.  If you want to
move them all forward one week to the same day, I think you'll have to
write some elisp.


[-- Attachment #1.2: Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 12:55 ` Greg Troxel
@ 2010-11-10 14:02   ` sergio_101
  2010-11-10 14:20     ` Carsten Dominik
  2010-11-10 16:09   ` Bernt Hansen
  1 sibling, 1 reply; 11+ messages in thread
From: sergio_101 @ 2010-11-10 14:02 UTC (permalink / raw)
  To: emacs-orgmode

>
> Type 'm' in front of each and then "B s" to a new date.  If you want to
> move them all forward one week to the same day, I think you'll have to
> write some elisp.
>
>

hmm...

for some reason, i thought i had it set up before to just
automagically pull tasks over to the next week.. unfortunately, i just
can't remember at all.. hmm...


thanks!

-- 
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 14:02   ` sergio_101
@ 2010-11-10 14:20     ` Carsten Dominik
  2010-11-10 14:58       ` sergio_101
  0 siblings, 1 reply; 11+ messages in thread
From: Carsten Dominik @ 2010-11-10 14:20 UTC (permalink / raw)
  To: sergio_101; +Cc: emacs-orgmode


On Nov 10, 2010, at 8:02 AM, sergio_101 wrote:

>>
>> Type 'm' in front of each and then "B s" to a new date.  If you  
>> want to
>> move them all forward one week to the same day, I think you'll have  
>> to
>> write some elisp.
>>
>>
>
> hmm...
>
> for some reason, i thought i had it set up before to just
> automagically pull tasks over to the next week.. unfortunately, i just
> can't remember at all.. hmm...

Tasks that have a SCHEDULED date will stay in the agenda until they  
are done.

- Carsten

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 14:20     ` Carsten Dominik
@ 2010-11-10 14:58       ` sergio_101
  2010-11-10 15:08         ` Carsten Dominik
  0 siblings, 1 reply; 11+ messages in thread
From: sergio_101 @ 2010-11-10 14:58 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

> Tasks that have a SCHEDULED date will stay in the agenda until they are
> done.

ah! perfect..

that's what i had before.. writing some new automations, and i just
used the word "Due": instead of scheduled .. thanks!


-- 
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 14:58       ` sergio_101
@ 2010-11-10 15:08         ` Carsten Dominik
  2010-11-10 16:47           ` Samuel Wales
  0 siblings, 1 reply; 11+ messages in thread
From: Carsten Dominik @ 2010-11-10 15:08 UTC (permalink / raw)
  To: sergio_101; +Cc: emacs-orgmode


On Nov 10, 2010, at 8:58 AM, sergio_101 wrote:

>> Tasks that have a SCHEDULED date will stay in the agenda until they  
>> are
>> done.
>
> ah! perfect..
>
> that's what i had before.. writing some new automations, and i just
> used the word "Due": instead of scheduled .. thanks!

You can customize Org to use Due instead if you prefer this shorter  
word - even though I think Due is more like DEADLINE.

- Carsten

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 12:55 ` Greg Troxel
  2010-11-10 14:02   ` sergio_101
@ 2010-11-10 16:09   ` Bernt Hansen
  1 sibling, 0 replies; 11+ messages in thread
From: Bernt Hansen @ 2010-11-10 16:09 UTC (permalink / raw)
  To: Greg Troxel; +Cc: emacs-orgmode, sergio_101

Greg Troxel <gdt@ir.bbn.com> writes:

> sergio_101 <sergio.rrd@gmail.com> writes:
>
>> how would i go about making items/tasks that didn't get completed last
>> week carry over into this week?
>
> Type 'm' in front of each and then "B s" to a new date.  If you want to
> move them all forward one week to the same day, I think you'll have to
> write some elisp.

Use SCHEDULED: or DEADLINE: with TODO state tasks and they continually
show up on the agenda until you mark them done.

-Bernt

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 15:08         ` Carsten Dominik
@ 2010-11-10 16:47           ` Samuel Wales
  2010-11-10 16:48             ` Samuel Wales
  2010-11-10 17:05             ` Carsten Dominik
  0 siblings, 2 replies; 11+ messages in thread
From: Samuel Wales @ 2010-11-10 16:47 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, sergio_101

On 2010-11-10, Carsten Dominik <carsten.dominik@gmail.com> wrote:
> You can customize Org to use Due instead if you prefer this shorter
> word - even though I think Due is more like DEADLINE.

I was wondering about that.  Is the latter hardcoded in important places?  e.g.

(defun org-get-deadline-time (pom &optional inherit)
  "Get the deadline as a time tuple, of a format suitable for
calling org-deadline with, or if there is no scheduling, returns
nil."
  (let ((time (org-entry-get pom "DEADLINE" inherit)))
    (when time
      (apply 'encode-time (org-parse-time-string time)))))

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 16:47           ` Samuel Wales
@ 2010-11-10 16:48             ` Samuel Wales
  2010-11-10 16:51               ` Samuel Wales
  2010-11-10 17:05             ` Carsten Dominik
  1 sibling, 1 reply; 11+ messages in thread
From: Samuel Wales @ 2010-11-10 16:48 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, sergio_101

... or are all the places such as above merely keywords for looking up
the DUE value?

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 16:48             ` Samuel Wales
@ 2010-11-10 16:51               ` Samuel Wales
  0 siblings, 0 replies; 11+ messages in thread
From: Samuel Wales @ 2010-11-10 16:51 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, sergio_101

On 2010-11-10, Samuel Wales <samologist@gmail.com> wrote:
> ... or are all the places such as above merely keywords for looking up
> the DUE value?

That must be it.  I think I just noised the list with that.

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

* Re: agenda mode - carrying over tasks from previous week
  2010-11-10 16:47           ` Samuel Wales
  2010-11-10 16:48             ` Samuel Wales
@ 2010-11-10 17:05             ` Carsten Dominik
  1 sibling, 0 replies; 11+ messages in thread
From: Carsten Dominik @ 2010-11-10 17:05 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode, sergio_101


On Nov 10, 2010, at 10:47 AM, Samuel Wales wrote:

> On 2010-11-10, Carsten Dominik <carsten.dominik@gmail.com> wrote:
>> You can customize Org to use Due instead if you prefer this shorter
>> word - even though I think Due is more like DEADLINE.
>
> I was wondering about that.  Is the latter hardcoded in important  
> places?  e.g.
>
> (defun org-get-deadline-time (pom &optional inherit)
>  "Get the deadline as a time tuple, of a format suitable for
> calling org-deadline with, or if there is no scheduling, returns
> nil."
>  (let ((time (org-entry-get pom "DEADLINE" inherit)))

DEADLINE is just an internal key here, it will look for whatever you  
can configured in org-deadline-string.

- Carsten

>    (when time
>      (apply 'encode-time (org-parse-time-string time)))))

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

end of thread, other threads:[~2010-11-10 17:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-10  4:02 agenda mode - carrying over tasks from previous week sergio_101
2010-11-10 12:55 ` Greg Troxel
2010-11-10 14:02   ` sergio_101
2010-11-10 14:20     ` Carsten Dominik
2010-11-10 14:58       ` sergio_101
2010-11-10 15:08         ` Carsten Dominik
2010-11-10 16:47           ` Samuel Wales
2010-11-10 16:48             ` Samuel Wales
2010-11-10 16:51               ` Samuel Wales
2010-11-10 17:05             ` Carsten Dominik
2010-11-10 16:09   ` Bernt Hansen

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).