Add org export-to-clipboard commands & ox-clip
These work from markdown-mode as well as org-mode. Also adds +org/export-to-clipboard-as-rich-text for pasting org/markdown rendered as RTF.
This commit is contained in:
parent
da02fa8c38
commit
838edcea59
2 changed files with 50 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
(package! ob-rust)))
|
||||
|
||||
(when (featurep! +export)
|
||||
(package! ox-clip)
|
||||
(package! ox-pandoc)
|
||||
(package! htmlize))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue