Today I learnt how to get Org Agenda to show me only the day


https://janusworx.com/work/view-only-day-with-org-agenda/


tldr; (setq org-agenda-span 'day)


#mjbWrites #OrgMode #Emacs #TIL





Original: https://toots.dgplug.org/@jason/113858942009642596

#mjbwrites, #orgmode, #emacs, #til


#TIL that the mp3 and flac audio formats* support multiple instances of the same tag. i can now tag a song with multiple genres. I can now list BoneyM with both pop and disco! Hurrah!


*I assume other formats do too, but my library is mostly m4a, alac, mp3 and flac





Original: https://toots.dgplug.org/@jason/113843663312793324

#til


#TIL about --inplace with #rsync. (I’m copying close to a tb of data disk to disk on a local machine)


Goodness gracious what a difference in speed!


#Linux




Original: https://toots.dgplug.org/@jason/113000358568496987

#til, #rsync, #linux


#TIL that #KoboUtilities lets me store and restore reading progress to #Calibre


and here I was manually keeping track, all these years 😂


https://www.mobileread.com/forums/showthread.php?t=215339




Original: https://toots.dgplug.org/@jason/112800249535250809

#til, #KoboUtilities, #calibre


#TIL want something similar to apt autoremove on #archlinux


Use: sudo pacman -R $(pacman -Qdqt)


#Linux #Manjaro




Original: https://toots.dgplug.org/@jason/112443028681869564

#til, #archlinux, #linux, #manjaro


#TIL: I could just C-c C-u to go up rapidly jump up the headline structure in an org file instead of just clacking up, up, up with my keyboard


#Emacs #OrgMode




Original: https://toots.dgplug.org/@jason/111978545459051982

#til, #emacs, #orgmode


#TIL: Switching software branches in #Manjaro #Linux


https://janusworx.com/blog/note-to-self-switch-to-manjaro-unstable/




Original: https://toots.dgplug.org/@jason/111882620933511683

#manjaro, #linux, #til


#TIL


I got around some pesky Firefox errors when I would run profiles as part of #LinuxMint’s webapp manager.


Spoiler alert: #xdotool came in really handy!


I wrote about it here, https://janusworx.com/blog/getting-around-linux-mint-web-app-manager-window-errors/


#devops #scripting #linux #bash




Original: https://toots.dgplug.org/@jason/111426455998547291

#til, #linuxmint, #xdotool, #devops, #scripting, #linux, #bash


#TIL: Emphasise any text you select, in #OrgMode using the keyboard


Use Ctrl-c Ctrl-x Ctrl-f and it’ll let you choose your markup.


From #irreal’s latest #Emacs blog post
https://irreal.org/blog/?p=11572




Original: https://toots.dgplug.org/@jason/110920506931058339

#til, #orgmode, #Irreal, #emacs


#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