瀏覽代碼

org-attach: Autoload org-attach-dired-to-subtree

* lisp/org-attach.el (org-attach-dired-to-subtree): Autoload.

A code snippet in the manual suggests binding this command in
dired-mode-map.  Autoload it so that the snippet works without an
implicit (require 'org-attach).
Kyle Meyer 6 年之前
父節點
當前提交
c6d37c6ebd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-attach.el

+ 1 - 0
lisp/org-attach.el

@@ -588,6 +588,7 @@ This function is called by `org-archive-hook'.  The option
 ;;  (lambda ()
 ;;    (define-key dired-mode-map (kbd "C-c C-x a") #'org-attach-dired-to-subtree))))
 
+;;;###autoload
 (defun org-attach-dired-to-subtree (files)
   "Attach FILES marked or current file in dired to subtree in other window.
 Takes the method given in `org-attach-method' for the attach action.