Browse Source

babel: set default-directory in org-babel-pop-to-session

Dan Davison 15 năm trước cách đây
mục cha
commit
485781ed40
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      contrib/babel/lisp/org-babel.el

+ 4 - 1
contrib/babel/lisp/org-babel.el

@@ -271,7 +271,10 @@ of the source block to the kill ring."
          (lang (first info))
          (body (second info))
          (params (third info))
-         (session (cdr (assoc :session params))))
+         (session (cdr (assoc :session params)))
+	 (dir (cdr (assoc :dir params)))
+	 (default-directory
+	   (or (and dir (file-name-as-directory dir)) default-directory)))
     (unless (member lang org-babel-interpreters)
       (error "Language is not in `org-babel-interpreters': %s" lang))
     ;; copy body to the kill ring