Hi Sergio,
please read up about remember templates in the Org manual.
What you need to to in .emacs is something like this:
(setq org-remember-templates
'(("Emailtask" 101 "* TODO %?\n %(org-mac-message-get-link)" "~/
orgfiles/gtd.org" "Tasks" nil)))
HTH
- Carsten
On Nov 13, 2008, at 3:
okay, i am getting this:
Invalid function: Emailtask
when i try to load up this:
(setq load-path (cons "~/elisp/org-mode/lisp" load-path))
(require 'org-mac-message)
("Emailtask" 101 "* TODO %?\n %(org-mac-message-get-link)" "~/
orgfiles/gtd.org" "Tasks" nil)
am i doing it wrong?
thanks!