;ELC ;;; Compiled ;;; in Emacs version 26.3 ;;; 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 eshell esh-mode ol org-link-set-parameters "eshell" :follow org-eshell-open :store org-eshell-store-link] 6) #@219 Switch to an 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 #[514 "\301\302\"\203\303\304\"\303\305\"D\202D\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] 6 (#$ . 609)]) #@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 "\301=\205\302\303 P\304 \305Q\306\307\310P\311$\266\202\207" [major-mode eshell-mode "cd " eshell/pwd buffer-name ":" org-link-store-props :link "eshell:" :description] 7 (#$ . 1181)]) (provide 'ol-eshell)