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:
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:
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.
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.
March 12, 2023 21:08
Now that there is a build for emacs on Android I thought I would try and develop an emacs workflow between my Galaxy Note 8 / Galaxy Tab S7+ and my linux laptop.
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.
February 22, 2023 20:33
As the title says, it is with a heavy heart that I have decided to move away from deft. There are a few reasons for this:
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 :
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.
February 4, 2023 13:20
Emacs is subsuming me! I have managed to get email up and running using mu4e and rss using elfeed and image viewing with image-dired
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.
January 13, 2023 00:00
I have been looking for a music player on Linux for a while now but haven't really settled on one; I have simple requirements:
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.
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.
December 21, 2022 00:00
This post isn't strictly about what can be achieved within the emacs ecosystem but what can be achieved outside it while still binding to the workflow principles of org mode.
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!
November 23, 2022 00:00
My next investigation into trying to improve my emacs workflow is expanding entered text for repetitive tasks.
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:
November 9, 2022 00:00
By default dired orders its files in alphanumeric order and when s is selected it sorts by date according to :
November 3, 2022 00:00
Something is still bugging me with my dired tidy up and I think it is wanting to add the ability to remove dot files.
October 23, 2022 00:00
Bit by bit I am getting to grips with dired and using this for more operations on my files.