;ELC
|
;;; Compiled
|
;;; in Emacs version 26.1
|
;;; with all optimizations.
|
|
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
|
|
;;; This file does not contain utf-8 non-ASCII characters,
|
;;; and so can be loaded in Emacs versions earlier than 23.
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
(byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311%\207" [require org eshell esh-mode org-link-set-parameters "eshell" :follow org-eshell-open :store org-eshell-store-link] 6)
|
#@217 Switch to am eshell buffer and execute a command line.
|
The link can be just a command line (executed in the default
|
eshell buffer) or a command line prefixed by a buffer name
|
followed by a colon.
|
|
(fn LINK)
|
(defalias 'org-eshell-open #[257 "\301\302\"\203 \303\304\"\303\305\"D\202 D\211@\211A@\306!\203) \307!\210\202, \310 \210db\210\311 \210\211c\210\312 )\207" [eshell-buffer-name string-match "\\([A-Za-z0-9-+*]+\\):\\(.*\\)" match-string 1 2 get-buffer pop-to-buffer-same-window eshell eshell-kill-input eshell-send-input] 5 (#$ . 610)])
|
#@114 Store a link that, when opened, switches back to the current eshell buffer
|
and the current working directory.
|
(defalias 'org-eshell-store-link #[0 "\302=\205 \303 P\304 \305Q\306\307\310P\311$\266\202\207" [major-mode dired-directory eshell-mode "cd " buffer-name ":" org-store-link-props :link "eshell:" :description] 7 (#$ . 1180)])
|
(provide 'org-eshell)
|