* contrib/lisp/ob-smiles.el (molecule-jump): Format string with NAME argument rather than undefined variable `path'.
@@ -28,7 +28,7 @@
(defun molecule-jump (name)
"Jump to molecule `NAME' definition."
(org-mark-ring-push)
- (org-link-open-from-string (format "[[%s]]" path)))
+ (org-link-open-from-string (format "[[%s]]" name)))
(defun molecule-export (path desc backend)
"Export molecule to HTML format on `PATH' with `DESC' and `BACKEND'."