From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: mark src blocks feature proposal Date: Wed, 12 Oct 2016 11:47:17 +0200 Message-ID: <84bmyp6gre.fsf@gmail.com> References: <87eg3m2bwe.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buG8o-0006HM-3Q for emacs-orgmode@gnu.org; Wed, 12 Oct 2016 05:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buG8i-000788-T5 for emacs-orgmode@gnu.org; Wed, 12 Oct 2016 05:48:01 -0400 Received: from [195.159.176.226] (port=57718 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buG8i-00076d-Lf for emacs-orgmode@gnu.org; Wed, 12 Oct 2016 05:47:56 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1buG8c-0007TO-69 for emacs-orgmode@gnu.org; Wed, 12 Oct 2016 11:47:50 +0200 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" To: emacs-orgmode@gnu.org Uwe Brauer writes: > Please consider > > #+begin_src matlab :results output > > y = dsolve('Dy = y^2 - y^3','y(0) = 1/100') > y = simplify(y) > set(gca,'FontSize',18) > > fplot('1/(lambertw(99*exp(1)*exp(99)*exp(-t-1))+1)',[0 200 -0.15 1.13]) > grid on > print -dpng lambertw.png > #+end_src > > In auctex, there is a cool function called > LaTeX-mark-environment which marks a latex environment > such as > > \begin{equation} > \label{eq:README:1} > \frac{dy}{dt}=y^2(1-y) > \end{equation} > > There is no similar function for orgmode and the src blocks? Really? Did you try `org-babel-mark-block'? HTH, -- Marco https://marcowahl.github.io