Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-14 Thread Graham Smith
Chris, Thanks, this looks pretty well what I ended up with after some help off-list (I've only realised it was off list, and thought I had already replied to the list. The code I ended up with is: (setq org-agenda-custom-commands '( ("d" todo #("DELEGATED") nil) ("c" todo #

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-14 Thread Graham Smith
William, Thanks, this has now been fixed, and the code that works is: (setq org-agenda-custom-commands '( ("d" todo #("DELEGATED") nil) ("c" todo #("DONE|DEFERRED|CANCELLED") nil) ("w" todo #("WAITING") nil) ("W" agenda "" ((org-agenda-ndays 21))) ("A

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread Chris Leyon
On Dec 13, 2007 2:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote: > I have been trying to rewrite the code to avoid the custom-set-variables in > .emacs but have finally come unstuck with this bit: > [...] > "Invalid read syntax: Invalid string property list" error when launching > Emacs and narrowe

Re: [Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread William Henney
Hi Graham On Dec 13, 2007 1:11 PM, Graham Smith <[EMAIL PROTECTED]> wrote: > I have been using the set up provided by John Wiegley on a Mac and have > tried to to use it with Emacs32 wbut with some problems as the > custom-set-variables command seemed to badly interact with the Emacs32w > custom-s

[Orgmode] help with modifying a bit of code in .emacs

2007-12-13 Thread Graham Smith
I have been using the set up provided by John Wiegley on a Mac and have tried to to use it with Emacs32 wbut with some problems as the custom-set-variables command seemed to badly interact with the Emacs32w custom-set-variables. I have been trying to rewrite the code to avoid the custom-set-variab