[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to make kill-sexp work as in the rest of Emacs?
From: |
Nick Dokos |
Subject: |
Re: [O] How to make kill-sexp work as in the rest of Emacs? |
Date: |
Tue, 28 Aug 2012 01:30:16 -0400 |
Samuel Wales <address@hidden> wrote:
> On 8/27/12, Nick Dokos <address@hidden> 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