all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* help with modifying a bit of code in .emacs
@ 2007-12-13 19:11 Graham Smith
  2007-12-14  1:27 ` William Henney
  2007-12-14  2:08 ` Chris Leyon
  0 siblings, 2 replies; 5+ messages in thread
From: Graham Smith @ 2007-12-13 19:11 UTC (permalink / raw
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1433 bytes --]

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-variables in
.emacs but have finally come unstuck with this bit:

;(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" agenda ""
;        ((org-agenda-skip-function
;         (lambda nil
;               (org-agenda-skip-entry-if (quote notregexp)
"\\=.*\\[#A\\]")))
;               (org-agenda-ndays 1)
;               (org-agenda-overriding-header "Today's Priority #A tasks:
")))
;("u" alltodo ""
;((org-agenda-skip-function
;  (lambda nil
;    (org-agenda-skip-entry-if (quote scheduled) (quote deadline)
;                  (quote regexp) "<[^>\n]+>")))
;(org-agenda-overriding-header "Unscheduled TODO entries: "))))))

I am getting An error has occurred while loading `c:/Home/.emacs':

"Invalid read syntax: Invalid string property list" error when launching
Emacs and narrowed it down to this bit of code. Can anyone point out where
this is wrong. The rest of it loads OK, its just this bit which is failing.

Can anyone help.

Many thanks,

Graham

[-- Attachment #1.2: Type: text/html, Size: 2398 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-14  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 19:11 help with modifying a bit of code in .emacs Graham Smith
2007-12-14  1:27 ` William Henney
2007-12-14  8:56   ` Graham Smith
2007-12-14  2:08 ` Chris Leyon
2007-12-14  9:00   ` Graham Smith

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.