[OS X Emacs] Remember Templates

Andre Powell apowell656 at gmail.com
Wed Jun 16 19:23:08 EDT 2010


I am trying to setup remember-templates using http://members.optusnet.com.au/~charles57/GTD/remember.html as a reference for setup.


Setting up Remember: 



 (setq org-directory "~/orgfiles/")
 (setq org-default-notes-file "~/.notes")
 (setq remember-annotation-functions '(org-remember-annotation))
 (setq remember-handler-functions '(org-remember-handler))
 (add-hook 'remember-mode-hook 'org-remember-apply-template)
 (define-key global-map "\C-cr" 'org-remember)
I have the org-directory , org-default-notes-file , and have defined the key without any problems. The problem that I have are remember-annotation-functions, remember-handler-functions, and remember-mode-hook.


(setq org-remember-templates
     '(("Todo" ?t "* TODO %? %^g\n %i\n " "F:/GTD/newgtd.org" "Office")
      ("Journal" ?j "\n* %^{topic} %T \n%i%?\n" "L:journal.org")
      ("Book" ?b "\n* %^{Book Title} %t :READING: \n%[l:/booktemp.txt]\n" 
              "L:journal.org")
      ("Private" ?p "\n* %^{topic} %T \n%i%?\n" "F:/gtd/privnotes.org")
      ("Contact" ?c "\n* %^{Name} :CONTACT:\n%[l:/contemp.txt]\n" 
               "F:/gtd/privnotes.org")
      ))
I am trying to use some basic templates (examples above) , and my question is if I am using the graphic/intereactive customization how does this all fit. 

I hope that this does not same to lame, and have looked through the manual as best I could and used Google a lot. Any help would be appreciated.

Thanks,

Andre Powell



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20100616/fff5c5d5/attachment.html>


More information about the MacOSX-Emacs mailing list