Skip to content

org-mode: Alias for code block identifier #41

@fleimgruber

Description

@fleimgruber

When users want to migrate from their existing org files which use

#+BEGIN_SRC python
1 + 1
#+END_SRC

to

#+BEGIN_SRC jupyter-python
1 + 1
#+END_SRC

the question arose whether it is possible to let org-mode know that a source block identifier python
should really use the machinery of the identifier jupyter-python - so no changes to existing org files are necessary.
For major mode discrimination there is org-src-lang-modes, but is there a similar thing for choosing the eval backend?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions