org-manual: Fix unbalanced parentheses in an example
* doc/org-manual.org (Attachments): Balance parentheses in code snippet.
This commit is contained in:
parent
96cc9b58c2
commit
1a16155d99
|
@ -7675,7 +7675,7 @@ a)}}} attach files in Dired buffers.
|
|||
(lambda ()
|
||||
(define-key dired-mode-map
|
||||
(kbd "C-c C-x a")
|
||||
#'org-attach-dired-to-subtree))))
|
||||
#'org-attach-dired-to-subtree)))
|
||||
#+end_src
|
||||
|
||||
The following code shows how to bind the previous command with
|
||||
|
|
Loading…
Reference in New Issue