Conversation:
Notices
-
arnebab (arnebab)'s status on Thursday, 02-May-2013 05:36:57 EDT
arnebab
emacsclient -e '(progn (switch-to-buffer "papers.org")(insert (concat "\n#+BEGIN_QUOTE\n" "%s" "\n#+END_QUOTE\n\n")))' #klipper !emacs !kde -
wgreenhouse (wgreenhouse)'s status on Thursday, 02-May-2013 11:03:54 EDT
wgreenhouse
@arnebab That looks suspiciously like reinventing !emacs #emacsclient :) -
cwebber (cwebber)'s status on Thursday, 02-May-2013 11:24:56 EDT
cwebber
@wgreenhouse #emacsclient is part of #emacs? -
arnebab (arnebab)'s status on Thursday, 02-May-2013 17:29:02 EDT
arnebab
@wgreenhouse that’s !emacs integration in !KDE. I copy/select some text in KDE, then hit F6 to trigger the actions and choose save-as-quote. -
wgreenhouse (wgreenhouse)'s status on Thursday, 02-May-2013 17:32:31 EDT
wgreenhouse
@arnebab considered using emacsclient + an org capture template and (require 'org-protocol)? It's more directly designed for that case. -
arnebab (arnebab)'s status on Friday, 03-May-2013 05:02:28 EDT
arnebab
I could do that, but I really needed something quicker. Switching programs while reading a PDF throws me out of the reading flow. -
arnebab (arnebab)'s status on Friday, 03-May-2013 05:04:47 EDT
arnebab
#emacsclient calls the #emacsdaemon to trigger the action in my current !emacs window. -
dubfish (dubfish)'s status on Friday, 03-May-2013 06:45:58 EDT
dubfish
@arnebab Or call #emacsclient with --create-frame for a new !emacs window.
-