Sorting Org Tags using Org Mode!

April 7, 2023 16:04

Well as always a little more time with emacs a little feedback and then finding more about org I have now figured out (I think) how I can better sort tags in an org file. In my previous post:

Sorting Org Tags

April 1, 2023 12:55

I use a package called org-rainbow-tags which adds random colours to org tags to provide a consistent colour between identical tags. This helps to identify common tags throughout the file but has the side effect of emphasising the lack of my coherent tag ordering.

Trimming ArtRage Playback Scripts using Emacs

March 21, 2023 14:30

Emacs isn't my only obsession, I like to create digital art and for that I use ArtRage. The interesting thing about ArtRage is that each brush stroke or editing action can be recorded in a text file or script for later playback. I use this facility for creating time-lapses.

Using Macros to Help Code Debugging

March 2, 2023 20:08

Often I find myself requiring the most rudimentary of methods of debugging and that is to push text to standard output from within a running executable to indicate the logical structure of a program.

Commenting Un-commenting

February 15, 2023 20:57

After watching an interesting video by EmacsElements regarding commenting and un-commenting I have to say that I wholeheartedly agree. I really don't like the way comment-dwim works and made me think back to one of the first elisp functions I commandeered from the interwebs :

Simple Flexible Scrolling

February 8, 2023 21:21

I have written before about smooth scrolling using good-scroll and how I managed to find a semi satisfactory way of centering my cursor after a single scroll which meant I would then have a minimal amount of subsequent line movement to get to the line I want.

Using ripgrep within Projects

January 24, 2023 21:07

Given my recent forays into the world of grepping in emacs using deadgrep (and hence ripgrep) and my use of find-file-rg which feeds into my current completion system of ivy I think the next step is to try to set up a project and to see if I can gain any advantages in my workflow.

Dired Duplicate Here

January 10, 2023 00:00

dired can do most things for me especially now I have my DWIM image conversion scripts working and image-dired configured to my liking.

Merging org files for Hugo static site

January 9, 2023 00:00

I have just started the process of reducing the number of org files I maintain for my web site. I now have a greater understanding of how Hugo handles these files and I think can both simplify and make them more flexible.

RIP grep, long live ripgrep!

November 30, 2022 00:00

I have come to the realisation that I can be a little more efficient when it comes to searching for text within files, or as it is known in software engineering circles, grepping!

Revisiting Window Cut / Copy Files with DWIM

November 16, 2022 00:00

I previously wrote about wanting the ability in emacs to copy and paste files from one window to another just like a linux GUI file manager and after a little hunting around and experimentation I settled on putting together some elisp: