From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: tags-todo agenda: Show scheduling info Date: Sat, 2 Nov 2019 12:00:32 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000003996cc0596600515" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43770) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQwlS-00042N-GN for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 13:00:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQwlR-0000Ru-Bp for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 13:00:38 -0400 Received: from mail-io1-xd2b.google.com ([2607:f8b0:4864:20::d2b]:33799) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQwlP-00008u-OF for emacs-orgmode@gnu.org; Sat, 02 Nov 2019 13:00:35 -0400 Received: by mail-io1-xd2b.google.com with SMTP id q1so14175026ion.1 for ; Sat, 02 Nov 2019 10:00:33 -0700 (PDT) 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" To: emacs-orgmode --0000000000003996cc0596600515 Content-Type: text/plain; charset="UTF-8" Hello all, I'm having trouble with simply trying to show any scheduling information about a heading in a tags-todo search. Can someone point me to how to do this? I thought that I define a custom agenda command like this: (setq org-agenda-custom-commands '( ("p" "Foo" tags-todo "+foo" ( (org-agenda-prefix-format "Hello World %s") (org-agenda-remove-times-when-in-prefix nil) (org-agenda-todo-ignore-with-date nil))))) And have data like this: * todo Something :foo: SCHEDULED: <2019-11-02 Sat> I want my agenda view to show that this entry is scheduled. However, all I get is this: Hello World Something :foo: >From the documentation for org-agenda-prefix-format it seems that %s should do the trick, right? I've even tried tinkering with org-agenda-remove-times-when-in-prefix. Any ideas? Thanks, --Nate --0000000000003996cc0596600515 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

I'm having= trouble with simply trying to show any scheduling information
ab= out a heading in a tags-todo search.

Can someone p= oint me to how to do this?

I thought that I define= a custom agenda command like this:

(setq org= -agenda-custom-commands '(
=C2=A0 =C2=A0 ("p" "= ;Foo" tags-todo "+foo"
=C2=A0 =C2=A0 =C2=A0(
=
(org-agenda-prefix-format "Hello World %s")
=C2=A0(org-agen= da-remove-times-when-in-prefix nil)=C2=A0
(org-agenda-todo-ignore-with-= date nil)))))


And have da= ta like this:

* todo Something =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0:foo:
SCHEDULED: <2019-11-02 Sat>

I want my agenda view to show that this entry i= s scheduled.=C2=A0 However, all I get is this:

Hello World Something =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0:foo:<= /div>

From the documentation for org-agenda-prefix= -format it seems that %s should
do the trick, right?=C2=A0 I'= ve even tried tinkering with org-agenda-remove-times-when-in-prefix.
<= div>
Any ideas?

Thanks,
--= Nate

--0000000000003996cc0596600515--