From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ponce Subject: org-agenda-time-grid with org-agenda-prefix-format Date: Wed, 9 Jan 2013 13:31:38 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d040715cbe085c004d2df4549 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0RD-0000uq-Ee for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:31:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt0RA-0008VR-Np for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:31:43 -0500 Received: from mail-lb0-f176.google.com ([209.85.217.176]:54170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt0RA-0008VD-Fj for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 13:31:40 -0500 Received: by mail-lb0-f176.google.com with SMTP id k6so1290452lbo.21 for ; Wed, 09 Jan 2013 10:31:38 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --f46d040715cbe085c004d2df4549 Content-Type: text/plain; charset=ISO-8859-1 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... --f46d040715cbe085c004d2df4549 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I cannot seem to get a time grid with the 'today' option to work wh= en 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=A0'today' option indicated here
=A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #("= ;----------------" 0 16 (org-heading t))
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0(830 1000 1200 1300 1500 1700))))


=A0(setq org-agenda-prefix-format
=A0'((agenda .= " %-12:c%?-12t% s%(concat \"[\"(org-format-outline-path (or= g-get-outline-path)) \"]\")")
=A0(timeline . " % s")
=A0(todo . " %i %-12:c= ")
=A0(tags . " %i %-12:c%(concat \"[\"(org-f= ormat-outline-path (org-get-outline-path)) \"]\")")
=A0(search . " %-12:c")))


I wanted my agenda items to include parent information; I achieved t= his with org-agenda-prefix-format, but cannot seem to get the time grid to = show for the current day at the same time...
--f46d040715cbe085c004d2df4549--