[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Any existing function to copy the src block to clipboard
From: |
Josiah Schwab |
Subject: |
Re: [O] Any existing function to copy the src block to clipboard |
Date: |
Wed, 02 Mar 2016 20:16:42 -0800 |
User-agent: |
mu4e 0.9.17; emacs 24.5.1 |
Hello Giri,
> Is there a easy way to copy the entire contents of the current src block
> cursor is located to clipboard ?
There is org-babel-mark-block, which is bound to C-c C-v C-M-h. This
will select the current src block and then you can copy as usual.
Hope that helps,
Josiah