From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: Re: org-edit-special cannot tell ditaa from table Date: Wed, 12 Mar 2014 18:28:29 +0800 Message-ID: <87mwgvg182.fsf@gmail.com> References: <87siqogal1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNh36-0007ST-I9 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 07:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNh2y-0000tp-Vi for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 07:10:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:55707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNh2y-0000rU-Pr for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 07:10:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WNgoS-0004WO-2n for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 11:55:04 +0100 Received: from 115.236.9.82 ([115.236.9.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Mar 2014 11:55:04 +0100 Received: from zhangweize by 115.236.9.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Mar 2014 11:55:04 +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 Thomas Holst writes: > Hi, > > zwz wrote: > >> Here is an example: >> >> * test >> #+BEGIN_SRC ditaa >> +----+ +-----+ >> | | | | >> | | | | >> +----+ +-----+ >> #+END_SRC >> When I hit C-c ', the minibuffer says "Recognizing tables...done", >> and the org src scratch buffer does not turn picture-mode on. > > I had the same problem. If you insert a blank line at top of the ditaa > block and hit C-c ' with point in that line artist mode comes up. At > least for me. > > HTH Yes, same here. And I also find that it works when the point is in the line "#+BEGIN_SRC" without an extra blank line.