#TIL: Since I sync my zettelkasten-esque Org Roam folder across multiple devices, using Syncthing, every once in while I’d get file conflicts and revisions and the Org Roam db would panic and log errors, because it would find multiple versions of the same file.
Today I learnt, I could exclude subfolders from my Org Roam path. using org-roam-file-exclude-regexp
I put in both my Syncthing subfolders and et voilà, no more errors!
(setq org-roam-file-exclude-regexp '("\\.stversions" "\\.stfolder"))
[#Syncthing](https://toots.dgplug.org/tags/Syncthing) [#Emacs](https://toots.dgplug.org/tags/Emacs) [#OrgRoam](https://toots.dgplug.org/tags/OrgRoam)
Original: https://toots.dgplug.org/@jason/110896977266228070
#til, #syncthing, #emacs, #orgroam
#TIL bungalow comes from Bangla!
bungalow (n.)
1670s, Anglo-Indian, “one-story thatched house,” usually surrounded by a veranda, from Gujarati bangalo, from Hindi bangla “low, thatched house,” literally “Bengalese,” used elliptically for “house in the Bengal style”
via https://www.etymonline.com/search?q=bungalow
Original: https://toots.dgplug.org/@jason/110846620811212281
#til
and #TIL: RSS feed for a user’s #DeviantArt gallery is
<https://backend.deviantart.com/rss.xml?q=gallery:username>
Original: https://toots.dgplug.org/@jason/110740104706446116
#til, #deviantart
#TIL
The folks responsible for Safari and Core Animation at Apple were also responsible for giving us the Nautilus shell for Linux (today’s #Gnome Files)
https://www.storiesofapple.net/working-at-eazel-an-interview-with-gene-ragan.html
Original: https://toots.dgplug.org/@jason/110592533934448813
#til, #gnome
Been copying text manually from web pages into my #Zettelkasten since last June.
A year into my journey, I realise, I could’ve just used Adam Porter’s (#alphapapa) org-web-tools
package to scrape it straight into my org file! [1] Just select the link, M-x org-web-tools-insert-web-page-as-entry
and …
Boom!
The whole page!
Properly formatted! In my org file!
Better late than never 😂
[1] which I had installed and ready all the time!
#Emacs #OrgMode #TIL
Original: https://toots.dgplug.org/@jason/110512811809034696
#zettelkasten, #alphapapa, #emacs, #orgmode, #til
#TIL, in #Emacs #OrgMode
press v c
in Org agenda to see fishy things in your clocking data.
src: https://list.orgmode.org/CAC=HedC5NRmYJ2YdwsXncP8hiih=HYBUMmqDqHxoS50GKZVruQ@mail.gmail.com/
via: https://mbork.pl/2023-06-03_Org_agenda_clock_check
Original: https://toots.dgplug.org/@jason/110495876293114722
#til, #emacs, #orgmode
#TIL: with #Emacs #OrgMode
I wanted to expand all my entries in my Org file, to see how large it had gotten, so I looked up how to do it.
To expand all tabs (org-show-all)
C-u C-u Tab
To close tabs to the startup visibility of the buffer (org-set-startup-visibility)
C-u C-u C-u Tab
Tada!
https://orgmode.org/manual/Global-and-local-cycling.html
Original: https://toots.dgplug.org/@jason/110189523608103710
#til, #emacs, #orgmode
#TIL in #Emacs and #OrgMode:
If i want to timestamp an entry, I use C-c .
and if I want to do this *without* causing it to appear in the agenda, I use C-c !
The second step is pretty handy for me to date my entries in my decision journal.
I want to keep track of when I made a significant decision and my rationale behind it.
But, not something I want popping up in my agenda :)
Timestamps in Org Mode: https://orgmode.org/manual/Creating-Timestamps.html
Decision Journal: https://fs.blog/decision-journal/
Original: https://toots.dgplug.org/@jason/110172780910730038
#til, #emacs, #orgmode
#TIL: #Anki has an inbuilt sync server!
I can go hog wild with my decks now! Hurrah!
https://docs.ankiweb.net/sync-server.html
Original: https://toots.dgplug.org/@jason/110155607480886827
#til, #anki
#TIL about the GO111MODULE environment variable
https://janusworx.com/blog/quick-fix-go-mod-file-not-found-in-current-directory/
#go #golang #mjbWrites #Blogging #Linux #Tech
Original: https://toots.dgplug.org/@jason/110027757222115976
#til, #go, #golang, #mjbwrites, #blogging, #linux, #tech