<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am trying to setup remember-templates using <a href="http://members.optusnet.com.au/~charles57/GTD/remember.html">http://members.optusnet.com.au/~charles57/GTD/remember.html</a> as a reference for setup.<div><br></div><div><br><div>Setting up Remember: </div><div><br></div><div><br></div><div><br></div><div><span class="Apple-style-span" style="font-family: Verdana, Times, serif; font-size: 13px; "><pre style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(174, 189, 204); border-right-color: rgb(174, 189, 204); border-bottom-color: rgb(174, 189, 204); border-left-color: rgb(174, 189, 204); background-color: rgb(243, 245, 247); padding-top: 5pt; padding-right: 5pt; padding-bottom: 5pt; padding-left: 5pt; font-family: courier, monospace; font-size: 9pt; margin-left: 36pt; margin-right: 36pt; position: static; z-index: auto; "> (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)</pre></span><div>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.</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="font-family: Verdana, Times, serif; font-size: 13px; "><pre style="border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(174, 189, 204); border-right-color: rgb(174, 189, 204); border-bottom-color: rgb(174, 189, 204); border-left-color: rgb(174, 189, 204); background-color: rgb(243, 245, 247); padding-top: 5pt; padding-right: 5pt; padding-bottom: 5pt; padding-left: 5pt; font-family: courier, monospace; font-size: 9pt; margin-left: 36pt; margin-right: 36pt; position: static; z-index: auto; ">(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")
      ))</pre></span><div>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. </div><div><br></div><div>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.</div><div><br></div><div>Thanks,</div><div><br></div></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>Andre Powell<br></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>