[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Agenda hides timestamp
From: |
Karl Voit |
Subject: |
[O] Agenda hides timestamp |
Date: |
Sun, 2 Sep 2012 12:46:09 +0200 |
User-agent: |
slrn/0.9.9 (Linux) |
Hi!
I do have an entry like following in misc.org_archive:
,----
| ** DONE <2012-09-01 Sat 14:00-15:00> foo bar
| CLOSED: [2012-09-01 Sat 15:10]
| :LOGBOOK:
| - State "DONE" from "NEXT" [2012-09-01 Sat 15:10]
| :END:
| :PROPERTIES:
| :CREATED: [2012-08-29 Wed 19:44]
| :ARCHIVE_TIME: 2012-09-01 Sat 15:10
| :ARCHIVE_FILE: ~/share/all/org-mode/misc.org
| :ARCHIVE_OLPATH: Anzuschauen
| :ARCHIVE_CATEGORY: misc
| :ARCHIVE_TODO: DONE
| :ARCHIVE_ITAGS: 2watch
| :END:
`----
I'd like to see this entry on my agenda according to its timestamp
at least when I also add [A]rch-files and probably [L]og-all.
For now, it never shows up.
As far as I know (and I am no Org expert!), I am using only
following settings which might have an effect on this:
,----
| (setq org-agenda-todo-ignore-with-date nil)
| (setq org-agenda-todo-ignore-deadlines (quote far))
| (setq org-agenda-todo-ignore-scheduled (quote future))
| ;(setq org-archive-mark-done t)
| (setq org-agenda-skip-deadline-if-done t)
| (setq org-agenda-skip-scheduled-if-done t)
| ;(setq org-agenda-skip-timestamp-if-done t)
| (setq org-log-done (quote time))
| (setq org-agenda-skip-timestamp-if-deadline-is-shown t)
`----
My complete Org-mode setup is available (for 72h) on:
http://paste.grml.org/hidden/0e0b6b45/
Yes, org-agenda-files contains «misc.org».
What might be the cause for not displaying the entry above?
Thanks!
--
Karl Voit
- [O] Agenda hides timestamp,
Karl Voit <=
- Re: [O] Agenda hides timestamp, Bastien, 2012/09/02
- [O] org-agenda-sticky -> Recursive load (was: Agenda hides timestamp), Karl Voit, 2012/09/02
- Re: [O] org-agenda-sticky -> Recursive load, Bastien, 2012/09/02
- Re: [O] org-agenda-sticky -> Recursive load, Thomas S. Dye, 2012/09/02
- Re: [O] org-agenda-sticky -> Recursive load, Bastien, 2012/09/14
- Re: [O] org-agenda-sticky -> Recursive load, Thomas S. Dye, 2012/09/14