orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

[Feature] support inline code

Open ray-x opened this issue 2 years ago • 2 comments

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

orgmode allow ~code~ and =code= to embed one line code in the doc. The similar feature in markdown codeA

reference in StackOverflow https://stackoverflow.com/questions/16186843/inline-code-in-org-mode

Feature value

It will be more convenient to use inline embedding instead of src_LANG, and it is easy to type and easy to remember.

Additional context

No response

ray-x avatar Feb 09 '23 22:02 ray-x

I think nvim-orgmode already has this feature. Did you try it?

Maltimore avatar Feb 12 '23 21:02 Maltimore

Yes, and no. It feel strange image Compared to markdown: image

Is there anything missing, e.g. concellevel etc? ( set to 1 in the above screenshot)

ray-x avatar Feb 13 '23 01:02 ray-x

You need to set this to true to hide markers https://github.com/nvim-orgmode/orgmode/blob/master/DOCS.md#org_hide_emphasis_markers

kristijanhusak avatar Mar 16 '24 13:03 kristijanhusak