trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<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>