|
@@ -28,7 +28,7 @@
|
|
|
(defun molecule-jump (name)
|
|
(defun molecule-jump (name)
|
|
|
"Jump to molecule `NAME' definition."
|
|
"Jump to molecule `NAME' definition."
|
|
|
(org-mark-ring-push)
|
|
(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)
|
|
(defun molecule-export (path desc backend)
|
|
|
"Export molecule to HTML format on `PATH' with `DESC' and `BACKEND'."
|
|
"Export molecule to HTML format on `PATH' with `DESC' and `BACKEND'."
|