From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to make kill-sexp work as in the rest of Emacs? Date: Tue, 28 Aug 2012 01:30:16 -0400 Message-ID: <2567.1346131816@alphaville> References: <1592.1346125399@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6ENe-0000Jn-EH for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 01:30:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6ENd-0000P3-Fo for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 01:30:26 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:35201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6ENd-0000Gi-BE for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 01:30:25 -0400 In-Reply-To: Message from Samuel Wales of "Mon, 27 Aug 2012 21:08:42 PDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales wrote: > On 8/27/12, Nick Dokos 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