How to include an image in emacs?
Simple way to include images in an org document is by using the following command:
[[ ./path/to/image.png ]]
How to display the image in emacs?
To display an inline image in emacs org file simply type " C-c C-x C-v". The same command is used to toggle the display.
How to add caption and label to the image?
To include the caption and label to the name it is necessary to have the image link in the separate line and add " #+caption and #+name: " before the link. See the example for reference:
#+caption: This is the caption for the image
#+name: Fig: image label
[[./imag.png]]