emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "munco munco" <munco101@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Make timestamps appear in each item header of the _archive file
Date: Sat, 13 Sep 2008 14:33:07 +1000	[thread overview]
Message-ID: <7cd1bbf10809122133k3b0094e4w1300b84bde522378@mail.gmail.com> (raw)

Hi

When I archive (C-c-x-a) a TODO item to my _archive file I would like
the close timestamp to also appear in the header of that TODO item in
the _archive file (e.g.

** DONE <2008-09-13 Sat 14:27> Email Org-mode list my problem...

)


My current org-mode configuration looks like:

;; ORG mode-------------------------------------------------
(require 'org)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-agenda-files (list "~/.agenda.org"))
(setq org-log-done 'time)
(setq org-log-done 'note)             ;;Prompts me for a note about the close
(setq org-use-fast-todo-selection t)
(setq org-hide-leading-stars t)
(setq org-todo-keyword-faces
      '(("TODO"     . org-warning)                               ;;
TODO      :something I need to do
	("DONE"     . (:foreground "forest green" :weight bold)) ;; DONE
:completed task
	("WAITING"  . (:foreground "orange"       :weight bold)) ;; WAITING
:waiting on an external input (this also means Delegated)
	("CANCELED" . shadow)))                                  ;; CANCELED
:this is not going to be completed (but I want to recorded it)

(setq org-todo-keywords
      '((sequence "TODO(t)" "WAITING(w@/!)" "|" "DONE(d!)" "CANCELED(c@)")))


Does anyone know how I can do this?

Thanks
Adam

             reply	other threads:[~2008-09-13  4:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-13  4:33 munco munco [this message]
2008-09-14  6:13 ` Make timestamps appear in each item header of the _archive file Carsten Dominik
2008-09-21  3:04   ` munco munco

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7cd1bbf10809122133k3b0094e4w1300b84bde522378@mail.gmail.com \
    --to=munco101@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).