mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Implement ein:org-open
This commit is contained in:
parent
50169d17e6
commit
4d21da1df8
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'org)
|
||||
(require 'ein-core)
|
||||
(require 'ein-notebooklist)
|
||||
|
||||
|
||||
;;;###autoload
|
||||
|
@ -35,7 +35,8 @@
|
|||
"Open IPython notebook specified by LINK-PATH.
|
||||
This function is to be used for FOLLOW function of
|
||||
`org-add-link-type'."
|
||||
(error "Not implemented!"))
|
||||
(destructuring-bind (&key url-or-port name) (read link-path)
|
||||
(ein:notebooklist-open-notebook-by-name name url-or-port)))
|
||||
|
||||
;;;###autoload
|
||||
(defun ein:org-store-link ()
|
||||
|
|
Loading…
Add table
Reference in a new issue