232
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Feb 2024
232 points (98.7% liked)
Linux
48008 readers
576 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
emacs org-mode
This is the way.
Nothing comes even close. I just wish there was a distributed / mobile-enabled way to use org-mode. I guess there exists some project, but running full emacs org-mode mobile is hardly usable.
I got acceptable results with org-roam cooperating with logseq. It took some fiddling with org IDs, config and a bit of elisp, but it's stable enough for me.
How did you handle note interlinking?
True. And I wanted to know how they keep that in tandem with org mode. Because the wiki style links logseq uses don't seem to work with other applications
I though the interlinking worked for org but not md?
I forced logseq to use relative file links and skipped backlinking in org-roam. However, it looks like logseq now supports org-id links with backlinking. I might need another script to convert :).
Would you mind sharing your experience and/or the script? Would be nice for the community!
Need to use strokes to make gestures for cycling, todo cycling, etc and see how it works.
Just Emacs in general
I've recently started replacing most of my shell usage with org mode and babel, along with GitHub copilot and similar LLM backed tools it's like autocomplete on steroids
I worry I'm not "hardcore" enough for emacs (I have tried in the past and now mostly use Vim). I will give it a try though as quite a few people recommend here!
It takes a little bit of getting used to, but I found once limited myself to a few useful features I really started using it every day. For the most part I organize myself inside of Jira, but for tasks that I am currently thinking about I put them in a org-mode document. I have a few minor customizations, use a few hot keys, and that's it.
You could try spacemacs (what I use) or doom emacs. Both have vi-like keybindings as a default and are slightly easier to get going with than vanilla emacs. On the other hand, especially with spacemacs, there's more to learn than vanilla emacs and more that can go wrong.
I'm a Vim user to my core, but I still use org-mode with this plugin (and Orgzly on Android) because of how useful it is.
Highly recommend pairing this with David Allen's GTD and Rainer König's excellent course Getting yourself organized with Org-mode