We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9bc01 commit be52a62Copy full SHA for be52a62
jupyter-org-client.el
@@ -896,7 +896,10 @@ VALUE."
896
897
(defun jupyter-org-file-link (path)
898
"Return a file link `org-element' that points to PATH."
899
- (org-element-create 'link (list :type "file" :path path)))
+ (org-element-create 'link
900
+ (list :type "file"
901
+ :path path
902
+ :type-explicit-p t)))
903
904
(defun jupyter-org-image-link (path &optional width height)
905
"Return an `org-element' for an image at PATH.
0 commit comments