[Orgmode] Re: OSD alerts for appointment reminders (+ erc hook to use OSD)

2008-09-25 Thread Paul R
On Thu, 25 Sep 2008 02:43:56 +0200, Richard Riley [EMAIL PROTECTED] said: Richard I dont know if the gnome-osd stuff will work on kde, but try Richard it and see. osd_cat outputs to X OSD, with no desktop dependency at all. -- Paul ___

Re: [Orgmode] Re: how to change the set of agenda org files between custom agenda commands

2008-09-25 Thread Carsten Dominik
On Sep 24, 2008, at 11:25 PM, Rainer Stengele wrote: Dan Griswold wrote: Rainer Stengele [EMAIL PROTECTED] writes: I am struggling to switch the set of used agenda org files between different custom agenda commands. I tried something like (setq org-agenda-custom-commands '( (k

[Orgmode] Re: how to change the set of agenda org files between custom agenda commands

2008-09-25 Thread Rainer Stengele
Carsten Dominik wrote: On Sep 24, 2008, at 11:25 PM, Rainer Stengele wrote: Dan Griswold wrote: Rainer Stengele [EMAIL PROTECTED] writes: I am struggling to switch the set of used agenda org files between different custom agenda commands. I tried something like (setq

RE: [Orgmode] OSD alerts for appointment reminders (+ erc hook to useOSD)

2008-09-25 Thread Chris Randle
Richard Riley wrote: I thought some of you linux users might like this - use gnome-osd-client to put an on screen reminder of your looming appointments. In a similar vein, I've coded something for Windows. It's an interactive function currently called my-org-update-desktop-from-agenda. It

[Orgmode] Possible bug in task breakdown recounting, narrowing problem from agenda or sparse tree?

2008-09-25 Thread Charles Sebold
In an org file that looks like this: #+STARTUP: odd #+STARTUP: hidestars #+TAGS: :meta:test: #+CATEGORY: Test * PROJECT [0/5] Made up of several todo's *** TODO first *** TODO second *** TODO third *** TODO fourth *** TODO

[Orgmode] font lock mode can't get to work

2008-09-25 Thread Graham Smith
I am using emacs/org mode 6.07b on linux (ubuntu Hardy) and am having a problem with the font lock mode. adding -*- mode: org; -*- to the file itself works fine, but simply loading a test.org file doesn't activate org mode. I have tried commenting out and back in different options in .emacs, but

[Orgmode] Re: font lock mode can't get to work

2008-09-25 Thread Bernt Hansen
Graham Smith [EMAIL PROTECTED] writes: I am using emacs/org mode 6.07b on linux (ubuntu Hardy) and am having a problem with the font lock mode. adding -*- mode: org; -*- to the file itself works fine, but simply loading a test.org file doesn't activate org mode. I have tried commenting out

RE: [Orgmode] Re: font lock mode can't get to work

2008-09-25 Thread Sullivan, Gregory (US SSA)
I think the \\' after .org is to match the end of the filename. From emacs info section Regexp Backslash, `\'' matches the empty string, but only at the end of the string or buffer (or its accessible portion) being matched against. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems

Re: [Orgmode] Re: font lock mode can't get to work

2008-09-25 Thread Graham Smith
2008/9/25 Sullivan, Gregory (US SSA) [EMAIL PROTECTED]: I think the \\' after .org is to match the end of the filename. From emacs info section Regexp Backslash, `\'' matches the empty string, but only at the end of the string or buffer (or its accessible portion) being matched

[Orgmode] Tutorial for Org-plot

2008-09-25 Thread Carsten Dominik
Hi everyone, Eric has put up a great tutorial about org-plot on worg. Make sure to check it out - Carsten http://orgmode.org/worg/org-tutorials/org-plot.php ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] Tutorial for Org-plot

2008-09-25 Thread Xiao-Yong Jin
Carsten Dominik [EMAIL PROTECTED] writes: Hi everyone, Eric has put up a great tutorial about org-plot on worg. Make sure to check it out - Carsten http://orgmode.org/worg/org-tutorials/org-plot.php Bravo! Excellent work. Xiao-Yong -- c/*__o/* \ * (__ */\

[Orgmode] Re: OSD alerts for appointment reminders (+ erc hook to use OSD)

2008-09-25 Thread Richard Riley
Richard Riley [EMAIL PROTECTED] writes: I thought some of you linux users might like this - use gnome-osd-client to put an on screen reminder of your looming appointments. I include a screenshot link below. I'm sure the code can be improved as I'm not much of an elisp programmer. I have also