Просмотр исходного кода

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 7 лет назад
Родитель
Сommit
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 ()
 ;;  (lambda ()
 ;;    (define-key dired-mode-map (kbd "C-c C-x a") #'org-attach-dired-to-subtree))))
 ;;    (define-key dired-mode-map (kbd "C-c C-x a") #'org-attach-dired-to-subtree))))
 
 
+;;;###autoload
 (defun org-attach-dired-to-subtree (files)
 (defun org-attach-dired-to-subtree (files)
   "Attach FILES marked or current file in dired to subtree in other window.
   "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.
 Takes the method given in `org-attach-method' for the attach action.