emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Recurring TODOs and alreade done TODOs


From: Friedericksen Hope
Subject: [Orgmode] Re: Recurring TODOs and alreade done TODOs
Date: Sat, 27 Mar 2010 07:40:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10pre) Gecko/20100324 Shredder/3.0.5pre

Thank you very much, Matt!

Everything works fine now... :-)

On 03/26/2010 10:35 PM, Matt Lundin wrote:
Friedericksen Hope<address@hidden>  writes:

First the problem:
I would like to create some recurring TODO items. But for example, when I use
'C-c C-s 10-05-01 +1w' it just create the timestamp: 'SCHEDULED:<2010-05-01 
Sat>'
I don't know why, because it is exactly like in the manual described.
Do I have to enable recurring TODOs in the config?

I believe you have to set recurring todos by hand---i.e., dive into the
org file and edit the SCHEDULED timestamp.

Is there a way/function/option to automatically clear or archive old
TODO-Items which are marked as DONE?

Here's one way to do it:

--8<---------------cut here---------------start------------->8---
(defun my-org-archive-done-items ()
   "Archive all items marked done in the current file"
   (interactive)
   (org-map-entries
    '(org-archive-subtree-default)
    "/!+DONE" 'file))
--8<---------------cut here---------------end--------------->8---

Best,
Matt


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






reply via email to

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