Samuel Wales <samolog...@gmail.com> wrote: > On 8/27/12, Nick Dokos <nicholas.do...@hp.com> wrote: > > It does not work the same way in the "rest of emacs": sexp commands > > behave differently depending on the mode. You can e.g. > > I should have made it clear that I understood that. I want to know > how to just fix that one thing. >
Try (modify-syntax-entry ?\" "\"") in the org buffer. If you want it in every org buffer, I would modify org-mode in org.el with the above. Nick