Orgmode got me through college, research, and at work, it really is the perfected markup language that can do a lot more than just being a markup language. The extensibility and out of the box export to other formats makes it immediately useful for at least 80% of common tasks. It has ingrained itself so deeply into my muscle memory that I built out a whole website builder [1] and extended the language to support all…
> Orgmode got me through college, research, and at work, it really is the perfected markup language that can do a lot more than just being a markup language. The extensibility and out of the box export to other formats makes it immediately useful for at least 80% of common tasks. With regards to your 80% claim, do you happen to know an extension that works well with pasting images from clipboard? Over the years, my p…
Org tutorials
71–79 of 79 posts
Re: Org tutorials
#72Re: Org tutorials
#73Earlier quoted context omitted.
Hyperbole is the weirdest thing ever (in a good way), I can't exactly describe it to people either because it's a monolithic package that is made up of a number of packages (like the one for window control) but once you start using it and adopting it gradually you reach an epiphany. At that point the usefulness of Hyperbole is evident but until then nada, it seems more hassle than it's worth (though there are moments…
Can you share some of your use cases? Been on my radar for a while..
There's also more fine grained stuff like opening specific commits on GitHub for example. E.g. throw a gh#rswgnu/hyperbole/5ae3550 and when you M-RET on that "button" it automagically opens it in your browser.
You can insert "buttons" with labels on the fly in a buffer interactively by going through a menu like {C-h h i c} and specifying a label, its type and so on from a list of previously defined button types with their own properties. Those buttons in turn can call any command with preset arguments.
I can go to a file or hunk from the Magit status buffer by pressing the aforementioned Action button (binded to M-RET or a side mouse button too in my case).
I barely scratched the surface really.
Re: Org tutorials
#74Re: Org tutorials
#75Is there are good way to share org files between a laptop and a phone? I want to mark to-dos as done, add new ones and notes etc from both.
Re: Org tutorials
#76I hear so many people rave about orgmode on HN, all of them emacs users. This seems obvious since it is an emacs feature after all, but if orgmode is so good, has it not been implemented outside of emacs? Is there a standalone orgmode implementation that non-emacs users should look into?
Re: Org tutorials
#77Earlier quoted context omitted.
What makes org mode tied to emacs ? I really need to try org mode to understand it. If only I had time...
As a very practical example: You take notes in org-mode, and as you do in many modern note-taking apps, you use copious links between notes. But org-mode is inside Emacs, and Emacs is (can be) also your email client. So your notes can link to emails. Emacs is also your calendar. So your notes can link to events. You can extend this to almost anything if you like Emacs enough. Your notes link to source code files (or…
Re: Org tutorials
#78Earlier quoted context omitted.
Standalone orgmode implementation is called emacs with org mode. I'm that person that uses emacs solely for orgmode and write code in other editors (vscode/zed/cursor), we also exist
Same. I do use emacs with spacemacs, because that is the only thing that makes emacs viable to me, only to use it solely for orgmode. Everything else happens in vim/nvim or zed.
Re: Org tutorials
#79Orgmode got me through college, research, and at work, it really is the perfected markup language that can do a lot more than just being a markup language. The extensibility and out of the box export to other formats makes it immediately useful for at least 80% of common tasks. It has ingrained itself so deeply into my muscle memory that I built out a whole website builder [1] and extended the language to support all…