Questions tagged [clipboard]
The clipboard tag has no summary.
67 questions
1 vote
0 answers
25 views
Trouble getting system clipboard to work in Evil/Org on Wayland Fedora 42
I’m a beginner Emacs user and I’m running into a frustrating issue with clipboard integration on Wayland (KDE, Fedora 42). I’m using pgtk Emacs (so GUI/Wayland support is available) and Evil mode. ...
2 votes
1 answer
75 views
Can emacs for windows (UI) be told to put the selection in the clipboard
Where I'm at: Using Windows for the first time in > 10 years after using emacs on X forever. What I'm trying to achieve: Whenever I select a region of text (lets say with mouse, but I could live ...
0 votes
2 answers
109 views
How do I write a function to copy a region to the MacOS clipboard?
I'd like to be able to mark a region in a text buffer, hit an F-key, and have the contents of the region copied into the MacOS clipboard. From the shell you can do this by piping the text into the ...
0 votes
1 answer
107 views
(Org mode) Copy to clipboard without asterisks and tags?
Do you know any "easy" way to copy to clipboard a region from an org-mode document without asterisks and tags: * Header :tag1: text so it would appear in the clipboard as: Header text
0 votes
1 answer
107 views
Is there a cross platform way of accessing the GUI clipboard from emacs lisp?
I run emacs with a common configuration on osx and linux. I have some custom functions that need to get access to the GUI clipboard. I find interacting with the clipboard a bit of pain - so I've ...
0 votes
1 answer
299 views
pasting screenshots into org, on Windows
I've got the following code, which creates a filename, inserts a link to it at point, and should also save the current image in clipboard to disk at that filename/location. It used to work, but ...
0 votes
1 answer
2k views
How can I copy the text to the clipboard while using spacemacs?
I know that on emacs I can install the xclip package in order to be able to copy text to the system clipboard... With the xclip package installed and adding the following to my .emacs file, I can copy ...
0 votes
2 answers
390 views
How to paste all images into emacs org-mode running in WSL in one directory
I got How to paste images into Emacs org-mode running in Windows Subsystem for Linux running, so I can paste images in emacs org-mode, but I would like to get all images in the same directory, f.e. ~/...