emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] mark src blocks feature proposal


From: Marco Wahl
Subject: Re: [O] mark src blocks feature proposal
Date: Wed, 12 Oct 2016 11:47:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Uwe Brauer <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]