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

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

Re: [emacs-wiki-discuss] Re: Planner-Newbie


From: Dryice Liu
Subject: Re: [emacs-wiki-discuss] Re: Planner-Newbie
Date: Tue, 07 Dec 2004 08:49:25 +0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix)

Alan Schussman <address@hidden> wrote:

> That and a firefox extension to blast URLs into a remember buffer, and
> I'd be an even happier planner user.

This small function is not exactly what you want and I use it to save
some typing:

,----
| ;; planner-yank, yank with [[(yank)][point]], mostly for making links
| ;; from mozilla
| (defun ddliu-planner-yank ()
|   "make a planner link with what's in kill ring"
|   (interactive)
|   (insert "[[")
|   (yank)
|   (insert "][]]")
|   (backward-char 2))
`----

I copy the url from browser, and use this function to past it to
planner, and type in the description myself.

-- 
Cheers,
Dryice

http://dryice.3322.org





reply via email to

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