6 lines
1.1 KiB
Plaintext
6 lines
1.1 KiB
Plaintext
<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&ref_src=twsrc%5Etfw">#orgtip</a>: Found this little nugget that I didn’t know existed. You can attach files from a dired buffer to an <a href="https://twitter.com/hashtag/orgmode?src=hash&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&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> |