orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Support for inline source code block `src_<language>{<body>}`

Open petRUShka opened this issue 1 year ago • 0 comments

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

An inline code block conforms to this structure:

src_<language>{<body>}

or

src_<language>[<header arguments>]{<body>}

For example (from SO answer): src_sh[:exports code]{echo -e "test"}

https://orgmode.org/org.html#Structure-of-Code-Blocks-1

Feature value

No response

Additional context

It is very convenient to have highlited not only multiline code block support with #+BEGIN_SRC/#+END_SRC but also inline code blocks.

petRUShka avatar Jan 15 '24 17:01 petRUShka