From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Is there some kind of verbatim environment for org? Date: Thu, 09 Oct 2008 09:21:30 -0700 Message-ID: <87myhdyc1h.fsf@gmail.com> References: <87skr6koty.fsf@baldur.tsdh.de> <87wsghj3kh.fsf@kassiopeya.MSHEIMNETZ> <87fxn5n7ki.fsf@baldur.tsdh.de> <87zlldztwf.fsf@gmail.com> <87bpxtn5bu.fsf@baldur.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnyGG-0007Ul-Ri for emacs-orgmode@gnu.org; Thu, 09 Oct 2008 12:21:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnyGF-0007UW-Dj for emacs-orgmode@gnu.org; Thu, 09 Oct 2008 12:21:12 -0400 Received: from [199.232.76.173] (port=43108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnyGF-0007UT-9d for emacs-orgmode@gnu.org; Thu, 09 Oct 2008 12:21:11 -0400 Received: from wx-out-0506.google.com ([66.249.82.228]:58211) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnyGF-0003kK-7O for emacs-orgmode@gnu.org; Thu, 09 Oct 2008 12:21:11 -0400 Received: by wx-out-0506.google.com with SMTP id s15so43249wxc.24 for ; Thu, 09 Oct 2008 09:21:10 -0700 (PDT) In-Reply-To: <87bpxtn5bu.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Thu, 09 Oct 2008 17:41:57 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tassilo Horn Cc: emacs-orgmode@gnu.org Tassilo Horn writes: >> Also, you can use C-c' in this area, and it will take you to special >> edit buffer. > > Here, it prompts me for a file. That's because `org-edit-special' calls > `ffap' if it doesn't know what to do. Is that different in your > version? > Yes, for me C-c' calls `org-edit-special', which ends up calling `org-edit-fixed-width-region' which then opens an *Org Edit Picture* buffer editing the graph in artist mode. I'm using the current version of org from git. Thanks -- Eric