From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: mark src blocks feature proposal
Date: Wed, 12 Oct 2016 08:45:53 +0000 [thread overview]
Message-ID: <87eg3m2bwe.fsf@mat.ucm.es> (raw)
Hello
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?
Uwe Brauer
next reply other threads:[~2016-10-12 8:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 8:45 Uwe Brauer [this message]
2016-10-12 9:47 ` mark src blocks feature proposal Marco Wahl
2016-10-13 11:08 ` Uwe Brauer
2016-10-12 9:51 ` Nicolas Goaziou
2016-10-13 11:09 ` Uwe Brauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87eg3m2bwe.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.