emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-expiry: How to define keyword for org-expiry-add-keyword
@ 2010-01-04 19:37 Markus Heller
  2010-01-05 16:47 ` David Maus
  0 siblings, 1 reply; 6+ messages in thread
From: Markus Heller @ 2010-01-04 19:37 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

please help a newbie with org-expiry.el :)

I have a file like this:

expiry.org

* ACTIVE Test task
   :PROPERTIES:
     :EXPIRY: <2010-01-04 Mon 11:12>
   :END:

I want org-expiry to change the keyword from ACTIVE to EXPIRED.  These 
keywords are defined in my .emacs as follows:

(setq org-todo-keywords
    (quote ((sequence "TODO(t)" "STARTED(s!)" "WAITING(w@/@)" 
"APPT(a@/!)" "|" "DONE(d@/@)" "CANCELED(c@/@)" "DEFERRED(f)")
            (sequence "ACTIVE" "|" "EXPIRED"))))

If I type M-x org-expiry-process-entries in expiry.org, I get the 
following error:

Symbol's function definition is void: org-expiry-handler function

I have defined this to be org-expiry-add-keyword, but how do I define 
the actual keyword?

Thanks
Markus

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

end of thread, other threads:[~2010-01-10 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-04 19:37 Org-expiry: How to define keyword for org-expiry-add-keyword Markus Heller
2010-01-05 16:47 ` David Maus
2010-01-05 23:26   ` Markus Heller
2010-01-07 17:01     ` David Maus
2010-01-07 17:57       ` Markus Heller
2010-01-10 15:30       ` David Maus

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