From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: mac email task Date: Thu, 13 Nov 2008 16:31:24 +0100 Message-ID: References: <3AEEFF49-CAB5-4173-BD29-59BEE45C32C3@village-buzz.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0eAM-0001jw-I9 for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 10:31:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0eAL-0001jN-Jk for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 10:31:30 -0500 Received: from [199.232.76.173] (port=52974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0eAL-0001jJ-EG for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 10:31:29 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:52096) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0eAL-0007o9-EG for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 10:31:29 -0500 Received: by ug-out-1314.google.com with SMTP id 36so1646846uga.17 for ; Thu, 13 Nov 2008 07:31:27 -0800 (PST) In-Reply-To: <3AEEFF49-CAB5-4173-BD29-59BEE45C32C3@village-buzz.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: sergio Cc: emacs-orgmode@gnu.org 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