Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 487 Bytes

clipboard2org

Paste html, or paste images or paste lists of files to an org file.

This package converts HTML copied in the clipboard to ORG by using Pandoc And it automatically save images in png or jpeg from the clipboard to a sub-directory ./img/ by generating a random name, and then inserts it in the org file.

Usage

Add it to path, run (require 'clipboard2org). Bind clipboard2org-paste to some key, suggested: (define-key org-mode-map (kbd "C-S-y ") 'clipboard2org-paste)