all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mac email task
@ 2008-11-13 14:40 sergio
  2008-11-13 15:31 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: sergio @ 2008-11-13 14:40 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mac email task
  2008-11-13 14:40 mac email task sergio
@ 2008-11-13 15:31 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-11-13 15:31 UTC (permalink / raw)
  To: sergio; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-13 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 14:40 mac email task sergio
2008-11-13 15:31 ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.