From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-babel, src blocks and asymptote Date: Wed, 16 Sep 2009 18:12:49 +0200 Message-ID: <87ws3yoola.fsf@gmail.com> References: <87ocpboxxp.fsf@gmail.com> 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 1Mnx7n-0006de-63 for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 12:12:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnx7m-0006d8-EY for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 12:12:54 -0400 Received: from [199.232.76.173] (port=37547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnx7m-0006d5-Ax for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 12:12:54 -0400 Received: from smtp22.services.sfr.fr ([93.17.128.13]:54815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mnx7m-0000Mk-1U for emacs-orgmode@gnu.org; Wed, 16 Sep 2009 12:12:54 -0400 In-Reply-To: <87ocpboxxp.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 16 Sep 2009 14:50:58 +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: Org-mode list Actually, about the first problem, I found about org-src-lang-modes variable and that you can do (add-to-list 'org-src-lang-modes '("asymptote" . asy)) But, shouldn't this be done upon loading org-babel-asymptote, like org-babel-ocaml, which points automatically ocaml to tuareg-mode ? About the second problem, I can always edit code in native mode (C-c ') go back to org file, compile the block, and visit the link provided. But it still looks to me a bit awkward and unnatural and I still got the urge to press C-c C-c in native mode. -- Nicolas Goaziou