#orgmode 3 hashtags

i'm reading through the entire org-mode manual. i've used it for years—it's time to master it.

org-mode has excellent support for handling links to other documents, both local and remote. in addition to a rich vocabulary of link types, if you're in a document—for example, a source code file—and you want to insert a link to a definition in that document into an org document you are working on, you use org-store-link to create a link to that definition—the type of link created depends on the type of document in the current buffer. you insert the stored link into the org document with  org-insert-link. this works for most common emacs buffers (org, email/news, etc.).

#emacs #orgmode

i'm just going to read all of the documentation on org-mode. like a lot of emacs-based tooling, i've picked it up piecemeal over years of use. the more i learn the more i realize it could do more if i invested time in learning more. so i'm going in...

maybe next i'll read the documentation on magit. same story...

#orgmode #emacs