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

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

Re: [emacs-wiki-discuss] using tla broke my C-c\C-e


From: Dryice Liu
Subject: Re: [emacs-wiki-discuss] using tla broke my C-c\C-e
Date: Tue, 10 May 2005 17:35:13 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix)

Gijs Hillenius <address@hidden> wrote:

>>>>>> Dryice Liu writes:
>
>      > Gijs Hillenius <address@hidden> wrote:
>     >> I updated my wiki, planner & remember using tla and updated my
>     >> .emacs so these directories are in the load-path.  One of the
>     >> features I use is planner-diary. On a planner page, C-c\C-e
>     >> would then update the page with data from the diary
>     >> 
>     >> But now C-c\C-e gives an error
>     >> 
>     >> if: There is no valid link at point. That something to do with
>     >> emacs-wiki-link-at-point?
>
>      > C-c C-e binds to emacs-wiki-link-at-point by emacs-wiki, and
>      > binds to planner-diary-insert-all-diaries-maybe by
>      > planner-diary
>
>      > You may want to move (planner-diary-insinuate) to the end of
>      > your wiki/planner setup.

> (require 'planner-diary)
> (setq planner-diary-use-diary t)
> (setq planner-diary-insinuate)

planner-diary-insinuate is a function, not a var, try change this to
(planner-diary-insinuate)

> (plan)

-- 
Dryice @ http://dryice.3322.org

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/sylvester-response.html

Attachment: pgpMgHpPnHOq1.pgp
Description: PGP signature


reply via email to

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