Re: [O] Per command org-agenda-prefix-format

2015-10-08 Thread Nick Dokos
Suvayu Ali writes: > On Wed, Oct 07, 2015 at 02:52:24PM -0400, Nick Dokos wrote: >> Suvayu Ali writes: >> >> > Hi, >> > >> > I wanted to prefix the results of a tags-todo agenda command with >> > scheduling information. But I can't seem

Re: [O] Per command org-agenda-prefix-format

2015-10-08 Thread Suvayu Ali
Hi Nick, On Thu, Oct 08, 2015 at 03:02:02AM -0400, Nick Dokos wrote: > Suvayu Ali writes: > > > On Wed, Oct 07, 2015 at 02:52:24PM -0400, Nick Dokos wrote: > >> Suvayu Ali writes: > >> > >> > Hi, > >> > > >> > I wanted to prefix the

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
On Wed, Oct 07, 2015 at 02:52:24PM -0400, Nick Dokos wrote: > Suvayu Ali writes: > > > Hi, > > > > I wanted to prefix the results of a tags-todo agenda command with > > scheduling information. But I can't seem to figure out the correct way > > to do this. This is

[O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
Hi, I wanted to prefix the results of a tags-todo agenda command with scheduling information. But I can't seem to figure out the correct way to do this. This is what I tried: (setq org-agenda-custom-commands '(("J" "Type1/Type2" ((tags-todo "CATEGORY=\"foo\"+type1"

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
On Wed, Oct 07, 2015 at 05:24:50PM +0200, Suvayu Ali wrote: > > With the attached Org file, the agenda buffer looks like this: Forgot to attach the file :-p. -- Suvayu Open source is the future. It sets us free. #+OPTIONS: toc:nil #+STARTUP: content * Foo :PROPERTIES: :CATEGORY: foo

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > I wanted to prefix the results of a tags-todo agenda command with > scheduling information. But I can't seem to figure out the correct way > to do this. This is what I tried: > > (setq org-agenda-custom-commands > '(("J"