Home Posts tagged "emacs"
formats

automatic-screenshot-insertion-in-org

Published on May 4, 2011 by WaYdotNET in Script, tips

Original idea from http://emacsworld.blogspot.com/2011/05/automatic-screenshot-insertion-in-org.html Original script using imagemagick: Using scrot : 1 2 3 4 5 6 7 8 9 10 11 12 (defun org-screenshot () "Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file." (interactive) (setq filename (concat (make-temp-name (concat

(More)…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn