Re: [O] mark src blocks feature proposal

2016-10-13 Thread Uwe Brauer

   > Hello,
   > Uwe Brauer  writes:


   > `org-mark-element' (M-h) ?

Precisely what I was looking for, thanks a lot




Re: [O] mark src blocks feature proposal

2016-10-13 Thread Uwe Brauer

   > Uwe Brauer  writes:

   > Really?  Did you try `org-babel-mark-block'?


No, thanks for pointing it out to me, it does however not precisely what
I want, but Nic's suggestion does, org-mark-element does. 

   > HTH,




Re: [O] mark src blocks feature proposal

2016-10-12 Thread Nicolas Goaziou
Hello,

Uwe Brauer  writes:

> 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?

`org-mark-element' (M-h) ?

Regards,

-- 
Nicolas Goaziou



Re: [O] mark src blocks feature proposal

2016-10-12 Thread Marco Wahl
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