emacs/var/elfeed/db/data/1b/1b55003b532c0779030e136755e16addeb001c14
2022-01-03 12:49:32 -06:00

6 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Daniel Gopar offers up this gem on attaching Dired files to an Org-mode tree:</p>
<blockquote class="twitter-tweet">
<p dir="ltr" lang="en"><a href="https://twitter.com/hashtag/orgtip?src=hash&amp;ref_src=twsrc%5Etfw">#orgtip</a>: Found this little nugget that I didnt know existed. You can attach files from a dired buffer to an <a href="https://twitter.com/hashtag/orgmode?src=hash&amp;ref_src=twsrc%5Etfw">#orgmode</a> tree.<a href="https://t.co/iTfBLHBvVm">https://t.co/iTfBLHBvVm</a><a href="https://twitter.com/hashtag/emacs?src=hash&amp;ref_src=twsrc%5Etfw">#emacs</a></p>
<p>— Daniel Gopar (@pygopar) <a href="https://twitter.com/pygopar/status/1472416064927862784?ref_src=twsrc%5Etfw">December 19, 2021</a></p></blockquote>
<p></p>
<p>As explained in the <a href="https://orgmode.org/manual/Attach-from-Dired.html">documentation</a>, you can attach the file under point in the Dired buffer and calling <code>org-attach-dired-to-subtree</code> or you can mark multiple files and call <code>org-attach-dired-to-subtree</code> to attach them all. The file or files get attached at the subtree the point is on in the Org buffer.</p>