* M-x lifesnap (and an itty bitty org-agenda problem i'm having)
@ 2007-04-06 13:06 David O'Toole
2007-04-06 13:58 ` Pete Phillips
2007-04-11 9:07 ` Carsten Dominik
0 siblings, 2 replies; 4+ messages in thread
From: David O'Toole @ 2007-04-06 13:06 UTC (permalink / raw)
To: emacs-orgmode; +Cc: dtofans
Hello everyone. I'm working on a very small (but very useful to me)
piece of software called Lifesnap. It is compatible with org-mode and
potentially of interest to org-people so I am mentioning it here.
The idea is to get a single-key overview of the output of various
Emacs packages I use to keep myself organized. This way I can more
easily "get in sync" with my information.
the webpage (with screenshot) is here:
http://dto.freeshell.org/notebook/LifeSnap.html
It's currently very tiny and with some bugs, but I already find it
useful. Eventually I would like it to behave much like the Evolution
Summary page, showing RSS feeds, weather, mail messages, and so on.
But it also can support any kind of custom "emacs feed" you can think
up. So org-agenda is one of the "plugins".
Speaking of which, there is a slight problem with org-agenda.... when
I switch weeks in the agenda week view, it clobbers the nice window
configuration. Is there any way to prevent this? I'm not sure why
changing weeks should alter the windows.
Anyway, I'm interested in hearing your feedback on lifesnap and seeing
what ideas/suggestions people may have.
-David
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x lifesnap (and an itty bitty org-agenda problem i'm having)
2007-04-06 13:06 M-x lifesnap (and an itty bitty org-agenda problem i'm having) David O'Toole
@ 2007-04-06 13:58 ` Pete Phillips
2007-04-06 14:12 ` David O'Toole
2007-04-11 9:07 ` Carsten Dominik
1 sibling, 1 reply; 4+ messages in thread
From: Pete Phillips @ 2007-04-06 13:58 UTC (permalink / raw)
To: David O'Toole; +Cc: emacs-orgmode
Hi David
That seems cool. What about adding:
- mh-e plugin to show the no of unread mails, and total no of mails in
certain named mailboxes (I use an +action mailbox where I file mails
which I need to do something with, plus a +waiting mailbox. This
enables me to get my +inbox to zero as per GTD). By all means, support
other emacs mailers :-)
However, I have installed the linkd and lifesnap files, loaded them up,
but when I run lifesnap nothing happens! (the linkd stuff works for me
though). Any ideas ?
Finally, do mind me asking how you get that colour scheme ? Nice.
Pete
>>>>> "David" == David O'Toole <dto@gnu.org> writes:
David> Hello everyone. I'm working on a very small (but very useful
David> to me) piece of software called Lifesnap. It is compatible
David> with org-mode and potentially of interest to org-people so I
David> am mentioning it here.
David> The idea is to get a single-key overview of the output of
David> various Emacs packages I use to keep myself organized. This
David> way I can more easily "get in sync" with my information.
David> the webpage (with screenshot) is here:
David> http://dto.freeshell.org/notebook/LifeSnap.html
David> It's currently very tiny and with some bugs, but I already
David> find it useful. Eventually I would like it to behave much
David> like the Evolution Summary page, showing RSS feeds, weather,
David> mail messages, and so on. But it also can support any kind
David> of custom "emacs feed" you can think up. So org-agenda is one
David> of the "plugins".
David> Speaking of which, there is a slight problem with
David> org-agenda.... when I switch weeks in the agenda week view,
David> it clobbers the nice window configuration. Is there any way
David> to prevent this? I'm not sure why changing weeks should alter
David> the windows.
David> Anyway, I'm interested in hearing your feedback on lifesnap
David> and seeing what ideas/suggestions people may have.
David> -David
David> _______________________________________________ Emacs-orgmode
David> mailing list Emacs-orgmode@gnu.org
David> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x lifesnap (and an itty bitty org-agenda problem i'm having)
2007-04-06 13:58 ` Pete Phillips
@ 2007-04-06 14:12 ` David O'Toole
0 siblings, 0 replies; 4+ messages in thread
From: David O'Toole @ 2007-04-06 14:12 UTC (permalink / raw)
To: Pete Phillips; +Cc: emacs-orgmode
Hi Pete,
Like I said, there are bugs. I just started coding yesterday morning.
I'll work on it and see if I can fix the problem. Within a few days I
should have a "real" alpha release with a bit of documentation so
maybe it would be best to wait till then. It will also support proper
window configurations then, so that you can have vertical splits etc.
My themes page is http://dto.freeshell.org/notebook/ColorThemes.html .
The right one is color-theme-cl-frame and it includes Org faces.
I will keep you posted.
On 4/6/07, Pete Phillips <pete@smtl.co.uk> wrote:
> Hi David
>
> That seems cool. What about adding:
>
> - mh-e plugin to show the no of unread mails, and total no of mails in
> certain named mailboxes (I use an +action mailbox where I file mails
> which I need to do something with, plus a +waiting mailbox. This
> enables me to get my +inbox to zero as per GTD). By all means, support
> other emacs mailers :-)
>
> However, I have installed the linkd and lifesnap files, loaded them up,
> but when I run lifesnap nothing happens! (the linkd stuff works for me
> though). Any ideas ?
>
> Finally, do mind me asking how you get that colour scheme ? Nice.
>
> Pete
>
> >>>>> "David" == David O'Toole <dto@gnu.org> writes:
>
> David> Hello everyone. I'm working on a very small (but very useful
> David> to me) piece of software called Lifesnap. It is compatible
> David> with org-mode and potentially of interest to org-people so I
> David> am mentioning it here.
>
> David> The idea is to get a single-key overview of the output of
> David> various Emacs packages I use to keep myself organized. This
> David> way I can more easily "get in sync" with my information.
>
> David> the webpage (with screenshot) is here:
> David> http://dto.freeshell.org/notebook/LifeSnap.html
>
> David> It's currently very tiny and with some bugs, but I already
> David> find it useful. Eventually I would like it to behave much
> David> like the Evolution Summary page, showing RSS feeds, weather,
> David> mail messages, and so on. But it also can support any kind
> David> of custom "emacs feed" you can think up. So org-agenda is one
> David> of the "plugins".
>
> David> Speaking of which, there is a slight problem with
> David> org-agenda.... when I switch weeks in the agenda week view,
> David> it clobbers the nice window configuration. Is there any way
> David> to prevent this? I'm not sure why changing weeks should alter
> David> the windows.
>
> David> Anyway, I'm interested in hearing your feedback on lifesnap
> David> and seeing what ideas/suggestions people may have.
>
> David> -David
>
>
> David> _______________________________________________ Emacs-orgmode
> David> mailing list Emacs-orgmode@gnu.org
> David> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x lifesnap (and an itty bitty org-agenda problem i'm having)
2007-04-06 13:06 M-x lifesnap (and an itty bitty org-agenda problem i'm having) David O'Toole
2007-04-06 13:58 ` Pete Phillips
@ 2007-04-11 9:07 ` Carsten Dominik
1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2007-04-11 9:07 UTC (permalink / raw)
To: David O'Toole; +Cc: emacs-orgmode
On Apr 6, 2007, at 15:06, David O'Toole wrote:
> Hello everyone. I'm working on a very small (but very useful to me)
> piece of software called Lifesnap. It is compatible with org-mode and
> potentially of interest to org-people so I am mentioning it here.
>
> The idea is to get a single-key overview of the output of various
> Emacs packages I use to keep myself organized. This way I can more
> easily "get in sync" with my information.
>
> the webpage (with screenshot) is here:
> http://dto.freeshell.org/notebook/LifeSnap.html
>
> It's currently very tiny and with some bugs, but I already find it
> useful. Eventually I would like it to behave much like the Evolution
> Summary page, showing RSS feeds, weather, mail messages, and so on.
> But it also can support any kind of custom "emacs feed" you can think
> up. So org-agenda is one of the "plugins".
>
> Speaking of which, there is a slight problem with org-agenda.... when
> I switch weeks in the agenda week view, it clobbers the nice window
> configuration. Is there any way to prevent this? I'm not sure why
> changing weeks should alter the windows.
(setq org-agenda-window-setup 'current-window)
>
> Anyway, I'm interested in hearing your feedback on lifesnap and seeing
> what ideas/suggestions people may have.
>
> -David
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-11 9:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-06 13:06 M-x lifesnap (and an itty bitty org-agenda problem i'm having) David O'Toole
2007-04-06 13:58 ` Pete Phillips
2007-04-06 14:12 ` David O'Toole
2007-04-11 9:07 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).