Re: [O] org bingo

2013-01-11 Thread Tony Day
updated. thanks guys and gals :) https://gist.github.com/4343164 tony day tonyday...@gmail.com On 7 Jan 2013, at 18:16, Achim Gratz wrote: > Yasushi SHOJI writes: >> + (org-agenda-buffer (if (buffer-live-p org-agenda-buffer) >> + org-agenda-buffer)) >

Re: [O] org bingo

2013-01-06 Thread Achim Gratz
Yasushi SHOJI writes: > + (org-agenda-buffer (if (buffer-live-p org-agenda-buffer) > + org-agenda-buffer)) --^ This should be a "when" form since there's no else clause. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] org bingo

2013-01-06 Thread Yasushi SHOJI
Hi Tony, At Thu, 20 Dec 2012 16:43:37 +1100, Tony Day wrote: > > org-random-entry: select and goto a random todo entry. Prefix allows you > to select which todo keyword. > > https://gist.github.com/4343164 love that idea! However, I accidentally tried org-random-entry after org-agenda-exit and

Re: [O] org bingo

2012-12-20 Thread Tony Day
> > I added an entry in org-hacks.org: > http://orgmode.org/worg/org-hacks.html#sec-1-1-1 I never knew about the org-hacks section. *adds a TODO*

Re: [O] org bingo

2012-12-20 Thread Bastien
Hi Tony, Tony Day writes: > I have exactly 386 TODO entries and may as well introduce some > randomness to get to them. > > org-random-entry: select and goto a random todo entry. Prefix allows you > to select which todo keyword. I added an entry in org-hacks.org: http://orgmode.org/worg/org-hac

Re: [O] org bingo

2012-12-20 Thread Myles English
Tony Day writes: > I have exactly 386 TODO entries and may as well introduce some > randomness to get to them. > > org-random-entry: select and goto a random todo entry. Prefix allows you > to select which todo keyword. > > https://gist.github.com/4343164 Thanks, I'm using this already. One les

[O] org bingo

2012-12-19 Thread Tony Day
I have exactly 386 TODO entries and may as well introduce some randomness to get to them. org-random-entry: select and goto a random todo entry. Prefix allows you to select which todo keyword. https://gist.github.com/4343164