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:40 PM, sergio wrote:


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!


___
peace,
sergio
photographer, journalist, visionary
www.village-buzz.com





_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to