emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Add to do item in the Org Agenda Day Grid


From: Thomas Baumann
Subject: [Orgmode] Re: Add to do item in the Org Agenda Day Grid
Date: Wed, 26 Mar 2008 16:22:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

I usually use remember for this kind of stuff:

(require 'remember)
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(define-key global-map [(control meta ?r)] 'remember)


You might want to have a look into the info file to take full advantage
of the flexibility of this approach.

Thomas





reply via email to

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