* org-agenda-time-grid with org-agenda-prefix-format
@ 2013-01-09 18:31 Aaron Ponce
2013-01-10 10:48 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Ponce @ 2013-01-09 18:31 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 959 bytes --]
I cannot seem to get a time grid with the 'today' option to work when I set
a custom prefix for my agenda items. The agenda loads 2 or 3 lines and then
stops where the grid lines are supposed to be. This is my set up:
(setq org-agenda-time-grid (quote ((daily today remove-match) ; cannot
have 'today' option indicated here
#("----------------" 0 16 (org-heading
t))
(830 1000 1200 1300 1500 1700))))
(setq org-agenda-prefix-format
'((agenda . " %-12:c%?-12t% s%(concat \"[\"(org-format-outline-path
(org-get-outline-path)) \"]\")")
(timeline . " % s")
(todo . " %i %-12:c")
(tags . " %i %-12:c%(concat \"[\"(org-format-outline-path
(org-get-outline-path)) \"]\")")
(search . " %-12:c")))
I wanted my agenda items to include parent information; I achieved this
with org-agenda-prefix-format, but cannot seem to get the time grid to show
for the current day at the same time...
[-- Attachment #2: Type: text/html, Size: 1280 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-10 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 18:31 org-agenda-time-grid with org-agenda-prefix-format Aaron Ponce
2013-01-10 10:48 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.