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 '( ("

[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 org-agenda-custom-com

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". I

[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 f

[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 comm

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

2008-09-25 Thread Graham Smith
>> ;; The following lines are always needed. Choose your own keys. >> (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > > This line looks wrong. What's the extra \\' for after .org? > > I have the following: > > (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\)$" . org-mode)) >

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 Syste

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) bein

[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 list.

[Orgmode] strange bug using emacs -nw and org.mode

2008-09-25 Thread Richard Riley
In my org-files I have diary.org. In it I have * Anniversaries #+CATEGORY: Anniv %%(org-bbdb-anniversaries) When I start emacs 22 X there are no problems and birthdays are correctly listed in my agenda when the anniversary field is present in a bbdb record . However when I start "emacs -nw" from

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/* <\ * (__

Re: [Orgmode] Tutorial for Org-plot

2008-09-25 Thread Eric Schulte
Xiao-Yong Jin <[EMAIL PROTECTED]> writes: > 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

[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

[Orgmode] PLOT options

2008-09-25 Thread henry atting
Does a line with gnuplot options look like this (for example): #+PLOT with:histograms I hope not because whatever options I pass to gnuplot this way they are ignored. ;) henry ___ Emacs-orgmode mailing list Remember: use `Reply All'