emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Auto Archive TODOs?


From: Hugo Schmitt
Subject: Re: [Orgmode] Auto Archive TODOs?
Date: Thu, 24 Jan 2008 16:54:17 -0300

Hi...
You can do both things, number 2 is easier, if that solves your problem.

1) John Wiegley implemented something to auto archive done tasks. I
dunno if it has been added in org. Here is the link:
http://www.mail-archive.com/address@hidden/msg02939.html

2) Rebind to another key:
This normally goes like this:
- Find out which command C-c xs calls using C-h k (in this case
org-advertized-archive-subtree)
- Append to your org mode customizations:
(define-key org-mode-map (kbd "<f1>") 'org-advertized-archive-subtree)

HTH,
Hugo

On Jan 24, 2008 4:33 PM, Ross A. Laird <address@hidden> wrote:
>
>
> Is there any way to automatically archive completed todo items, so that
> I don't have to manually type C-cxs?
> If not: I'm not very good at emacs customization, but perhaps there is a way 
> to
> do this in emacs itself, so that the function called by C-cxs is called
> by another, simpler key.
>
> Ross
> --
> Ross A. Laird, PhD
> www.rosslaird.info
>
>
>
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: 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]