|
@@ -7675,7 +7675,7 @@ a)}}} attach files in Dired buffers.
|
|
|
(lambda ()
|
|
(lambda ()
|
|
|
(define-key dired-mode-map
|
|
(define-key dired-mode-map
|
|
|
(kbd "C-c C-x a")
|
|
(kbd "C-c C-x a")
|
|
|
- #'org-attach-dired-to-subtree))))
|
|
|
|
|
|
|
+ #'org-attach-dired-to-subtree)))
|
|
|
#+end_src
|
|
#+end_src
|
|
|
|
|
|
|
|
The following code shows how to bind the previous command with
|
|
The following code shows how to bind the previous command with
|