emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Auto Archive TODOs?
@ 2008-01-24 19:33 Ross A. Laird
  2008-01-24 19:54 ` Hugo Schmitt
  0 siblings, 1 reply; 2+ messages in thread
From: Ross A. Laird @ 2008-01-24 19:33 UTC (permalink / raw)
  To: emacs-orgmode



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

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

* Re: Auto Archive TODOs?
  2008-01-24 19:33 Auto Archive TODOs? Ross A. Laird
@ 2008-01-24 19:54 ` Hugo Schmitt
  0 siblings, 0 replies; 2+ messages in thread
From: Hugo Schmitt @ 2008-01-24 19:54 UTC (permalink / raw)
  To: Ross A. Laird; +Cc: emacs-orgmode

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/emacs-orgmode@gnu.org/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 <ross@rosslaird.info> 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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

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

end of thread, other threads:[~2008-01-24 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-24 19:33 Auto Archive TODOs? Ross A. Laird
2008-01-24 19:54 ` Hugo Schmitt

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