From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-ctrl-c-ctrl-c in comments Date: Tue, 08 Dec 2015 12:30:54 -0500 Message-ID: <877fkokfu9.fsf@alphaville.usersys.redhat.com> References: <87zixlkzde.fsf@mat.ucm.es> <87fuzclvcm.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6M6Y-0002UL-Bo for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 12:31:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6M6S-00071q-E1 for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 12:31:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:46843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6M6S-00071R-7x for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 12:31:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6M6Q-0000tI-QZ for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 18:31:03 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 18:31:02 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 18:31:02 +0100 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: emacs-orgmode@gnu.org Uwe Brauer writes: > > On Tue, 8 Dec 2015, Uwe Brauer wrote: > > > Use an org src block and you will be able to edit natively via > > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > > respects. > > For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works > > | Col1 | Col2 | > | 1 | Name1 | > | 2 | Name2 | > | 3 | Name3 | ^ | > > ^=cursor C-c C-c gives > > | Col1 | Col2 | | > | 1 | Name1 | | > | 2 | Name2 | | > | 3 | Name3 | | > > But that does not: > > Here is what I am doing > > > #+begin_src org :exports none :eval none > > | Col1 | Col2 | > | 1 | Name1 | > | 2 | Name2 | > | 3 | Name3 |^ | > > #+end_src > > C-c C-c > > > Minibuffer: evaluate this org code block on your system (yes or no) > > yes > > org-babel-execute-src-block: No org-babel-execute function for org! You need to load ob-org. -- Nick