* Paste from clip/kill ring as cold block?
@ 2015-07-03 9:40 Xebar Saram
0 siblings, 0 replies; 2+ messages in thread
From: Xebar Saram @ 2015-07-03 9:40 UTC (permalink / raw)
To: org mode
[-- Attachment #1: Type: text/plain, Size: 557 bytes --]
Hi list
i use code block alot in my various org mode users. while the C-c C-v d is
fast to use i find that alot of my use cases are focused on pasting stuff
and then converting that into code blocks. i was wondering if anyone knew
or uses his own mini script of a way to paste from the clipboard/killring
as a code block?
ie if i have XYZ in the clip it would paste as
#+BEGIN_SRC emacs-lisp
XYZ
#+END_SRC
maybe one could use hydra to choose which language to paste as code
just an idea, would love to hear if anyone is using something similar
best
Z
[-- Attachment #2: Type: text/html, Size: 1200 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Paste from clip/kill ring as cold block?
@ 2015-07-03 12:37 John Kitchin
0 siblings, 0 replies; 2+ messages in thread
From: John Kitchin @ 2015-07-03 12:37 UTC (permalink / raw)
To: Xebar Saram, emacs-orgmode@gnu org
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
This sounds like
<s tab type language enter C-y
Or if you know the language use the right shortcut first. E.g. I use <p for python and <el for emacs lisp.
You could use a function for that but there are only 5 key strokes plus the keys for the language above! The function name would probably be longer.
On July 3, 2015, at 5:44 AM, Xebar Saram <zeltakc@gmail.com> wrote:
Hi list
i use code block alot in my various org mode users. while the C-c C-v d is fast to use i find that alot of my use cases are focused on pasting stuff and then converting that into code blocks. i was wondering if anyone knew or uses his own mini script of a way to paste from the clipboard/killring as a code block?
ie if i have XYZ in the clip it would paste as
#+BEGIN_SRC emacs-lisp
XYZ
#+END_SRC
maybe one could use hydra to choose which language to paste as code
just an idea, would love to hear if anyone is using something similar
best
Z
[-- Attachment #2: Type: text/html, Size: 1779 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-03 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 12:37 Paste from clip/kill ring as cold block? John Kitchin
-- strict thread matches above, loose matches on Subject: below --
2015-07-03 9:40 Xebar Saram
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).