all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Specifying the execution function and/or nested major mode for babel blocks
@ 2020-04-27  3:54 Vladimir Nikishkin
  2020-04-27  4:12 ` Kyle Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Nikishkin @ 2020-04-27  3:54 UTC (permalink / raw)
  To: emacs-orgmode

Hello, everyone.

In org.el we have the following:
(require (intern (concat "ob-" lang)))

This is fine most of the time, however, there are exceptions.
The one I am interested in is fortran/f90. There are separate
fortran-mode and f90-mode, however, afaiu, just a single
ob-fortran.el, which works fine with both of those.

Moreover, when I make block like:
#+begin_src fortran
#+end_src
or turns on syntax highlighting for fortran-mode, not for f90-mode.
I can make blocks like:
#+begin_src f90
#+end_src
This makes syntax highlighting work, but evaluation doesn't, because
org doesn't know that f90 and fortran have the same evaluation
(compilation) function.

I feel that this is a super minor thing that can be solved in, like,
one line of code. But I don't seem to be able to find which one.

Any suggestions?

Vlad

-- 
Yours sincerely, Vladimir Nikishkin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-27 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27  3:54 Specifying the execution function and/or nested major mode for babel blocks Vladimir Nikishkin
2020-04-27  4:12 ` Kyle Meyer
2020-04-27  4:32   ` Vladimir Nikishkin
2020-04-27 16:33     ` Kyle Meyer

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.