[Top][All Lists]
[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
- [emacs-wiki-discuss] Re: Planner-Newbie, Raymond Zeitler, 2004/12/03
- Re: [emacs-wiki-discuss] Re: Planner-Newbie, Chris Parsons, 2004/12/06
- Re: [emacs-wiki-discuss] Re: Planner-Newbie, Angus Lees, 2004/12/06
- [emacs-wiki-discuss] Re: Planner-Newbie, Sacha Chua, 2004/12/07
- [emacs-wiki-discuss] Re: Planner-Newbie, Jody Klymak, 2004/12/07
- Re: [emacs-wiki-discuss] Re: Planner-Newbie, Chris Parsons, 2004/12/07
- [emacs-wiki-discuss] Re: Planner-Newbie, Jody Klymak, 2004/12/07
- Re: [emacs-wiki-discuss] Re: Planner-Newbie, Chris Parsons, 2004/12/08
- [emacs-wiki-discuss] Re: Planner-Newbie, Sacha Chua, 2004/12/08
- Re: [emacs-wiki-discuss] Re: Planner-Newbie, James Clarke, 2004/12/15