edit: Also interestingly Vscode feels much more cross platform for me. I have tried to get Emacs running on windows and it wasn't a good experience.
Org Mode – Organize Your Life in Plain Text
151–160 of 238 posts
Re: Org Mode – Organize Your Life in Plain Text
#152I surprised myself when I stopped using org-mode when I "retired" (ha!) March 2019. At my last on-site job, I had to juggle managing a small deep learning team, work on 100+ US patents, and all of my own technical work and research. Org-mode was perfect to keep everything organized. Now, I rely heavily on Apple Notes (this required discovering a little app that exports the notes for backup, and also realizing that I…
can you recommend any ways for me (a low-mid developer trying to improve my skills with e.g. tmux & mosh) to get access to the brains of mature/retiring expert level engineers? mostly i'm interested in learning these sorts of productivity patterns. unfortunately, i don't work closely with any developers. i took a job a couple years ago in order to apprentice under a linux guru, but unfortunately he left the company 2…
Where ever you work, it is fair game to ask people there for advice.
Re: Org Mode – Organize Your Life in Plain Text
#153Re: Org Mode – Organize Your Life in Plain Text
#154Earlier quoted context omitted.
I suppose it is like saying: "Python: Write computer programs in plain text!" In my experience, one does actually just edit text files using org-mode. It is different than the Tasks sub-application of Thunderbird/Lightening, for instance.
Yeah, my first thought when I started reading your comment was “yeah, it’s a bit silly, but you can’t ‘grep’ Jira”. I’ve been a long time org user and am slowly starting to move bits of my workflow out of it to ease collaboration with the staff I’m planning to hire in the next couple months. I absolutely love Org and am not particularly happy about moving away from it, but... it seems like trying to use it in a colla…
Could collaboration be done using a public git repository?
Re: Org Mode – Organize Your Life in Plain Text
#155Earlier quoted context omitted.
If you use any of the Emacs hosted mail readers, org-mode is tremendously useful for tracking actions/TODOs. I use it with GNUS and the org agenda mode is how I organize my work (enterprise sales). It was a game-changer for me.
I have been using Emacs/Orgmode for a year. Can you point me to a setup/configuration about your workflow? I am in enterprise sales too. Thanks much
Re: Org Mode – Organize Your Life in Plain Text
#156Starting in 2005, I've been keeping dated text files in a Log folder, organized by year and month. Anytime I need digital "scrap paper" I make sure I keep it. If I need to save files, I open instead a dated log folder. There's a critical optimization problem here the young often get wrong. One needs to "Huffman code" the work put into organizing on entry, versus the work later in retrieving. For example, I save physi…
A thread here about a week ago on bookmark management reinforced this idea for me.[1] When it comes to general knowledge management, complex, predefined taxonomies don't feel worth the overhead when retrieval is so often ad hoc and messy. Grepping about in log files for keywords usually does the trick. Tags are nice, but like you say, getting good at including searchable keywords performs a similar function.
Re: Org Mode – Organize Your Life in Plain Text
#157Re: Org Mode – Organize Your Life in Plain Text
#158The most detailed org LP example I have is at
https://raw.githubusercontent.com/reindeereffect/reindeereff...
the tangled products are at
https://github.com/reindeereffect/reindeereffect.github.io/t...
and the "woven" HTML is at
https://reindeereffect.github.io/2020/05/05/index.html
Sometime in the near future I'll split the LP tools off from the rest of my configuration so that others can use them more easily, if they're so inclined.
Re: Org Mode – Organize Your Life in Plain Text
#159Earlier quoted context omitted.
A few simple observations: - the venn diagram of people using emacs and using org-mode seems to largely overlap. That makes it impractical in non emacs heavy environments (aka. the wider industry). - tooling outside of emacs is mostly not there. - org mode is a basically similar to other wiki dialects with similar syntax, limitations, tooling, etc. Other than the (emacs) tooling, I don't see a strong reason for prefe…
> org mode is a basically similar to other wiki dialects with similar syntax, limitations, tooling, etc. Other than the (emacs) tooling, I don't see a strong reason for preferring it. Org-mode has a strong focus on organisational features (hence the name) and is quite extendable and modulare. With org-babel it has also a very sophisticated environment for literate programming. How are wikis in that regard this days?
Re: Org Mode – Organize Your Life in Plain Text
#160Earlier quoted context omitted.
A few simple observations: - the venn diagram of people using emacs and using org-mode seems to largely overlap. That makes it impractical in non emacs heavy environments (aka. the wider industry). - tooling outside of emacs is mostly not there. - org mode is a basically similar to other wiki dialects with similar syntax, limitations, tooling, etc. Other than the (emacs) tooling, I don't see a strong reason for prefe…
Honestly, even though it's not sold that way (it's usually promoted with links to encyclopedias like this) I think the vast majority of computer users could easily use org-mode productively without knowing anything about Emacs. 1. org-mode is already installed in Emacs. Open a .org file in Emacs and you have everything you need ready and waiting. 2. You can make an outline by putting * for first-level heading, two *…