Not to downplay org mode's usefulness, but this isn't really a post about org mode, just some general note taking strategies.
Emac’s Org Mode will improve your software engineering
61–70 of 131 posts
Re: Emac’s Org Mode will improve your software engineering
#62I finally got GTD implemented in OneNote. Now you're telling me I now need to move on to Emacs org mode? God, it's like trying to choose a Javascript framework.
Emacs org-mode will be there long after OneNote is gone. And the format is all text. It's a life-long investment.
Not sure why you think emacs org-mode will be around forever. While I'm sure emacs will be around forever, I've had vim (not emacs, I don't use it I will admit) extensions which rotted as new versions of vim came out.
Re: Emac’s Org Mode will improve your software engineering
#63Earlier quoted context omitted.
Graphical structures are how the brain works Not my brain. Mine is spacially topographic, and ontologically N-way associative (and, fafaik, ontologies are hierarchical). But I can't think of any way to describe my brain as graphical. What is a graphical structure, btw?
Since this is a computer science (well, sort of..) board, I'm guessing he means 'graph like structures' in the sense that we're taught as first year undergrads -- nodes and edges.
Re: Emac’s Org Mode will improve your software engineering
#64I don't know why so many people make the point that hierarchical structures are how the brain works. Graphical structures are how the brain works. The hierarchical structure is how the physical world works (you can't put the same shirt in two closets), and we have an unfortunate habit of trying to force our brain to work the same way, but it's an impedance mismatch. Unless I'm the only one that is frustrated that you…
Emacs / Orgmode can be graphical with tables and inline images: http://orgmode.org/manual/Images-and-tables.html Orgmode tables have let me finally ditch excel for most uses, and bring tables to my Git based workflow. I also like to keep picture mode on, but I am not allergic to trailing white space https://www.emacswiki.org/emacs/PictureMode
www.drdobbs.com/tools/mind-maps-the-poor-mans-design-tool/240008292
Re: Emac’s Org Mode will improve your software engineering
#65Earlier quoted context omitted.
Graphical structures are how the brain works Not my brain. Mine is spacially topographic, and ontologically N-way associative (and, fafaik, ontologies are hierarchical). But I can't think of any way to describe my brain as graphical. What is a graphical structure, btw?
Since this is a computer science (well, sort of..) board, I'm guessing he means 'graph like structures' in the sense that we're taught as first year undergrads -- nodes and edges.
Re: Emac’s Org Mode will improve your software engineering
#66Earlier quoted context omitted.
Have you tried evil mode with vi bindings? The good thing of org-mode is that it runs locally and through ssh, but any task outliner tool is useful to organize thoughts or tasks.
evil mode is pretty good, but I find that there's a few rough edges. Also, I can't find a good type-ahead search plugin for picking files like in TextMate, Sublime Text, or (my current preferred tool) the Ctrl-P plugin for Vim [0]. [0] https://github.com/ctrlpvim/ctrlp.vim
Re: Emac’s Org Mode will improve your software engineering
#67It was somewhat useful, but requires regular updates of project status to be checked in; somethings I found challenging to remember to do.
Re: Emac’s Org Mode will improve your software engineering
#68I don't know why so many people make the point that hierarchical structures are how the brain works. Graphical structures are how the brain works. The hierarchical structure is how the physical world works (you can't put the same shirt in two closets), and we have an unfortunate habit of trying to force our brain to work the same way, but it's an impedance mismatch. Unless I'm the only one that is frustrated that you…
You're right about hierarchy in the world, but there's a deeper truth that you're missing that relates to hierarchical structures being more amenable to description: The fact then that many complex systems have a nearly decomposable, hierarchic structure is a major facilitating factor enabling us to understand, describe, and even "see" such systems and their parts. Or perhaps the proposition should be put the other w…
[1] https://en.wikipedia.org/wiki/Galois_connection#Syntax_and_s...
Re: Emac’s Org Mode will improve your software engineering
#69I don't know why so many people make the point that hierarchical structures are how the brain works. Graphical structures are how the brain works. The hierarchical structure is how the physical world works (you can't put the same shirt in two closets), and we have an unfortunate habit of trying to force our brain to work the same way, but it's an impedance mismatch. Unless I'm the only one that is frustrated that you…
The brain works in many different ways - I'm sure you're not wrong about the graphical structures being intuitive. But there's a reason why outlining is so ubiquitous in daily life and many professions.
Re: Emac’s Org Mode will improve your software engineering
#70Do people here have opinions on Workflowy? https://workflowy.com/ As a Vim adherent, I never really got into Org-Mode, but from what I've seen from my Emacs friends, Workflowy seems kinda like Org-Mode Online, but with additional features like being able to share a sublist as a URL (which was noted in this blogpost as a weakness of Org-Mode: "The caveat here is that it’s mostly a one man show."). I use it very much l…