all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Yet another dreaded dot emacs error
@ 2009-06-21 17:05 Ben Badgley
  2009-06-21 17:19 ` Mario Domenech Goulart
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Badgley @ 2009-06-21 17:05 UTC (permalink / raw
  To: help-gnu-emacs


(setq diary-file="~/.diary")

Produces the error below:

Wrong type argument: listp, ~/.diary

--
Ben




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

* Re: Yet another dreaded dot emacs error
  2009-06-21 17:05 Yet another dreaded dot emacs error Ben Badgley
@ 2009-06-21 17:19 ` Mario Domenech Goulart
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Domenech Goulart @ 2009-06-21 17:19 UTC (permalink / raw
  To: Ben Badgley; +Cc: help-gnu-emacs

Hi Ben

On Sun, 21 Jun 2009 13:05:20 -0400 Ben Badgley <mortecanine@peoplepc.com> wrote:

> (setq diary-file="~/.diary")
>
> Produces the error below:
>
> Wrong type argument: listp, ~/.diary

Try

  (setq diary-file "~/.diary")

Best wishes.
Mario




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

end of thread, other threads:[~2009-06-21 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 17:05 Yet another dreaded dot emacs error Ben Badgley
2009-06-21 17:19 ` Mario Domenech Goulart

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.