emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: (bug) where did my tasks go?


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: (bug) where did my tasks go?
Date: Sun, 04 Dec 2005 11:35:57 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gijs Hillenius <address@hidden> writes:

> I went through the mailinglist archive, and so now I added these
> lines to the top of the bit where emacs loads planner:
>
> (setq muse-mode-auto-p t)
> (setq muse-mode-auto-p t) 
> (setq muse-file-extension nil)
> (add-to-list 'auto-mode-alist '("\\.muse$" . muse-mode))
>
> Now planner no longer adds .muse to the files in .Plans/
>
> but where did my tasks go? I had a whole list of them Friday, but
> they're missing on Saturday? confused

If you want the .muse file extension, you don't need to do any of
this.  Muse adds the file extension by default.

If you don't want the .muse file extension, do the following.

(setq muse-file-extension nil)
(setq muse-mode-auto-p t)
(add-hook 'find-file-hooks 'muse-mode-maybe)

The last one is not necessary if you use the customize interface to
set `muse-mode-auto-p'.

- -- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: manga, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDkxrw+1Ho2POo0xkRAgxjAKCADj5Nxfr8UuV9ntSveS5gQeN64gCgj1Jj
HcYNLgWikZ5bmtMY1GOMVxM=
=vtYS
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]