Easily create screenshots and insert them into an Org file in Emacs.
Make sure to load org-screenshot on start:
(require 'org-srceenshot)Place marker where you would like to insert a screenshot, then use org-insert-screenshot.
This has been written with xfce4-screenshooter.
You can change this by modifying org-screenshot-command by placing the following in your init file:
(setq org-screenshot-command "xfce4-screenshooter -r -s %s")where %s is the filename and path that org-screenshot will request it to be saved as.
You can find the configuration variables in org-screenshot.el.
I think its self explanatory but if you would like more clarification please submit an issue :)