toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

273
active users

#orgroam

0 posts0 participants0 posts today
Replied in thread

@menelion n asterisks are n-th level headings (1 to 6).

Lists are specified using a hyphen


This would render perfectly well in Org:

* Eins
- list item inside eins
- something else
** Zwei
- list item 1 inside Zwei
- item 2
- item 3

Honestly,
#Orgmode is also easier than #Markdown. Just like Markdown, #LaTeX support is built into the language.

I've written scientific papers and whatnot using
#Org mode. My static website is published using #Hugo, which supports Org OOTB (if not for this, I'd be using #Zola or #Astro)... With #orgroam I can organize my notes using the #zettelkasten method and view notes on a graph à la #Obsidian. Note that #OrgRoam is the objectively superior #Obsidian alternative, just as #Orgmode itself blows Markdown out of the water.

How could I forget literate configs? Computational notebooks are a GODSEND. Imagine a file that acts very much like a
#Jupyter #Notebook (graph support etc is taken care of thanks to #Emacs). Imagine an entire Jupyter Notebook sent in a simple text-ready file.

It's totally possible to open an Org notebook in a plain text editor, make changes and send it to peers. If they have Emacs open they can also execute the notebook just like they would with a Jupyter Notebook. Results are displayed (by default) in-place too.

I invite
@publicvoit to share his opinions 😉
Replied in thread

@mykhaylo @ratatui_rs @orhun Holy crap. I didn't know this was a thing. I started using Obsidian a while back and was very excited about it. I still really like it. But then I switched from #neovim to #emacs and discovered the power of #orgmode and #orgroam and a fully integrated environment, so I've been really conflicted because Org on Android isn't great. But now maybe I can integrate #obsidian into my new Emacs workflow. Thanks for this work. I'm installing it rfn.

Continued thread

Second-guessing 2020's #orgroam function as 'similar' to org-roam-db-sync did C-u M-x, it processed my notes and so far so good!

The fragility of tech does not bode well. One hour and five minutes ago I sat down to add one line to a report; my 'fix' was a guess born of experience with #Emacs things. What would reg'lar folk do? Take the day off?

I spend 10x the time (re)configuring-configuring computers to be functional than what I can spend using it to get things done.

I'll add that line now

Continued thread

OMG it is WORSE! Not only did #Emacs #orgroam refuse to save my work, but on a restart it now ceases to allow me write access to my NOTES!!! I can't update invoices, reports, nothing, everything is now BLOCKED:

Company: backend company-capf user-error: The Org-roam database was created with a newer Org-roam version. You need to update the Org-roam package
finalizer failed: (wrong-type-argument sqlitep nil) [3 times]

this was all caused by updating the Org-roam package.

WTF #orgroam I have unsaved files you won't let me save because…

org-roam-db: The Org-roam database was created with a newer Org-roam version. You need to update the Org-roam package

finalizer failed: (wrong-type-argument sqlitep nil)

Currently I have 77MB of .org files in ~/org. That's 7493 files, 1582139 lines of text, The largest single file is 1.4MB and the longest lined file has 26370 lines. 7459 are inside org-roam, 5583 of those are "dailies". 23177 "nodes" in total. 81375 headlines. 220 files contain 372 TODO and 5773 DONE entries. 85375 git commits in the last year.

Currently I have 75MB of .org files in ~/org. That's 7349 files, 1547765 lines of text, and 7678801 words. The largest single file is 1.4MB and the longest lined file has 26370 lines. 7315 are inside org-roam, 5478 of those are "dailies". 22593 "nodes" in total. 79100 headlines. 226 files contain 560 TODO and 5604 DONE entries. 83360 git commits in the last year.

Replied in thread

@kickingvegas I haven't used #Emacs in almost 20 years, and have only been drawn back in by #OrgRoam, but it has been a hard slog, reminding me of why I left after more than a decade of use.

You just solved the mystery of why many of the packages I've installed have example elisp configuration code that has all these weird colons in them and a distinct absence of setq's where I expected them to be.

Thanks very much for that 👍