Earlier quoted context omitted.
In short: org mode is software that sits on top of the markup language, and lets you interact in sophisticated, semantic ways with the information in a file. The markup is just markdown, modulo a few conventions. The power of org mode is manipulating the data / text / content you have written and marked up
> In short: org mode is software that sits on top of the markup language, and lets you interact in sophisticated, semantic ways with the information in a file. As one example of this, org mode makes it easy to collapse/expand the content of a task.
Org Mode – Organize Your Life in Plain Text
141–150 of 238 posts
Re: Org Mode – Organize Your Life in Plain Text
#142Earlier quoted context omitted.
In org-mode I can stop and start time running against a task and when I'm done get a breakdown of the total time spent on that task. I can close tasks and it automatically update when I closed them. I can use keyboard shortcuts to cycle through what state a task is in. e.g. TODO, DONE, BLOCKED etc. I can assign types to the task, and update these with a few simple keyboard shortcuts. If I have a list of tasks, e.g. T…
Can I use org-mode without emacs?
Re: Org Mode – Organize Your Life in Plain Text
#143Earlier quoted context omitted.
I've tried org-mode a few times, but I just couldn't get over emacs and the mobile app situation. For now I've settled on Apple Notes which works well with the iPad and pencil across all of my devices. I also use Drafts for longer form writing. The downside is that I'm trapped in Apple's ecosystem, but I'm already deeply there so I might as well embrace it.
There are now several solutions for org-mode on mobile. Organice, beorg, org-web, Orgzly etc.
Wait - I see that org-web says it does sync with Google drive, so I will try that out. Seems like I can use it by self hosting and not requiring giving google credentials out to some scary startupm (or large corporate entity I don't want to trust either).
Thanks for the tip!
Re: Org Mode – Organize Your Life in Plain Text
#144Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it. Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly…
for those of us who are working to improve our ability to use org & lisp+emacs this is incredibly helpful.
Re: Org Mode – Organize Your Life in Plain Text
#145Earlier quoted context omitted.
Also, people forget that their favourite SaaS-du-jour probably won't be around after their "Incredible Journey" ends and there won't be a migration path, or it's going to cost too many hours to be worth it. Emacs will be here for us in the next decades, even well after our career ends, and then some.
And if needed, we'll migrate to it. Meanwhile, any SaaS-du-jour that actually has data export does the job right now. I'm more interested in moving forward than in noodling on a system that, once it will be completed, will maybe help me make progress on my actual goals. They also don't give me RSI, which is a welcome change from emacs.
Re: Org Mode – Organize Your Life in Plain Text
#146Earlier quoted context omitted.
Yes but I use MS Excel features like pivot tables and MS Word graphics features like drawing arrows as overlays on top of screenshots to annotate them. The other limitation of out-of-the-box Org Mode "plain text" architecture is that it limits collaboration of letting other users edit my file because fine-grain locking is not as straightforward as with a db file like SQLite. My "master todo list" is easier to manage…
These are actually not that hard to do in org-mode, if you are willing to use babel and push the pivot out to something like pandas. :D That said, no, I don't actually think it is a replacement for spreadsheets. Especially not if you are already fluent in them.
(EDIT: In the meantime, I guess you could shell out to https://www.gnu.org/software/datamash/manual/datamash.html.)
Re: Org Mode – Organize Your Life in Plain Text
#147Org Mode keeps being pushed again and again, but honestly this title is one of the boldest claims I've seen about it. Just look at the document. It's a 400+kb HTML page of Emacs configurations, keybindings and other stuff that makes absolutely no sense unless you've been an avid Emacs user for years. Where is the Plain Text here? I see nothing of the sort. Sure, the output might resemble Plain Text, but it's clearly…
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 great tool for emacs as an environment. If the idea of having such a tool so close so tied into how you're working then it's the best tool I know of.
If you just want a markdown-ish outliner you can probably get that workflow elsewhere.
Re: Org Mode – Organize Your Life in Plain Text
#148I take all my work notes in org-mode and had a hard time viewing them on my iPad, so I made a cross-platform mobile reader app: https://orgro.org (It's FOSS but available on the App Store and Google Play for convenience. It will be available on F-Droid soon as well.)
Re: Org Mode – Organize Your Life in Plain Text
#149Earlier quoted context omitted.
>, org-mode eliminates the risk of hitting any sort of barrier Ultimately, it depends on the type of user but the "barrier" may be that it's plain text . So Org Mode's data format as a desirable selling point is also its ceiling of functionality. Yes, I store 90% of my notes in plain text. But I also store some programming notes in MS Excel because I need a datagrid as UI with dynamic calculations. I store some proje…
Actually org mode can do all of those things: * Recalculate formulas a la excel: https://orgmode.org/worg/org-tutorials/org-spreadsheet-intro... * Actually you can go way further than cloning basic excel functionality. For example, you can write inline code to generate or retrieve some data, feed that into a graphing program, and then inline the resulting chart back into the org file. https://orgmode.org/worg/org-con…
(I'm an enthusiastic org-mode user, by the way.)
Re: Org Mode – Organize Your Life in Plain Text
#150Starting 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…