after org mode capture and hitting "C-c C-c" 
capture will try to save the buffer 
in my case, that's not always desired, since it's a network share file and it might not be available away from home
but I do have the buffer open, and that buffer does seem updated
      other than not saved, it seems fine, I can simply kill the "Capture-xxx" buffer
      and the captured text shows up in the target buffer 
 


Here is my setup:
(setq org-capture-templates
      '(("p" "ptodo" entry (file (expand-file-name "dmz/ptodo.org" pjx-personal-folder))
         "* TODO [#1] %?\n%U\n  %i\n  %a" :prepend t)))