Marcel Kapfer

Blog

There are always some ideas floating around in my head of things that I want to write. Some fade away, and others I capture in my GTD system. And on some rare occasions, I invest the time to move my thoughts from my brain into a nice blog post.

If you’re asking about what I write: I really can’t tell. Most things you can find here at the moment are about Linux, coding, and similar stuff. But I won’t promise that this won’t change. We’ll see.

Publishing my Emacs Configuration using Gitea Actions

2023-04-02

About a year ago I already wrote a few blog posts about publishing my Emacs configuration, lastly using a GitLab pipeline. This worked quite find since back then and I had zero problems or issues with the pipeline. Although I'm using the GitLab CI feature for this I don't use GitLab for hosting the …

Read more

My Emacs Package of the Week: CRUX

2022-03-01

Some packages get mentioned over and over on different blogs and other Emacs related platforms. And other packages do not seem to get the same degree of attention (or at least I don't see it) although they deserve it. IMO one of these is CRUX, which is most fittingly described as "a Collection of …

Read more

Another Update on Publishing my Emacs Configuration

2022-02-20

A few weeks ago I wrote a post about how I experimented with publishing my Emacs configuration (which is written in Org) using org-publish. Kashual Modi, the creator of ox-hugo, replied to me and asked me if I thought about publishing the configuration using ox-hugo. I didn't! And it turned out …

Read more

Why I failed using Org-mode for tasks

2022-02-14

I started using Emacs back in 2016 and shortly after that I discovered Org-mode a little while after (I don't know the exact date but I have tasks in my archive going back to 2018 and I know that I used it some time without the archiving functionality). For some time my bio on Fosstodon even …

Read more

Using Emacs tab-bar-mode

2022-02-11

Everyone knows tabs. From your favorite web browser, your file manager, your terminal emulator and perhaps many other programs. And if you know Emacs or heard anything about it you perhaps wouldn't be surprised if I told you the it has not one, but two tab modes. There is tab-line-mode which is …

Read more

Publishing my Website using GitLab CI Pipelines

2022-02-08

I wrote some posts recently, like Update on Publishing my Emacs Configuration, where I mention that my current workflow of deploying changes to my website can be improved. Well, I could always improve it, but this is one of the more urgent things. The Status Quo Currently after I writing some blog …

Read more

My Emacs package of the week: org-appear

2022-02-05

It may be a little boring for some, but the second post in my “My Emacs package of the week” series is again about an Org-mode package (well, if you follow my blog you shoudn't be surprised). I use org mode a lot (though I used to use it more (a blog post about this is coming soonish)) …

Read more

Update on Publishing my Emacs Configuration

2022-02-02

After posting my last blog article about publishing my Emacs configuration on Fosstodon, Kaushal Modi (the maintainer of ox-hugo the org mode to hugo exporter that I use for my Blog) wrote me and brought the idea up to publish my Emacs configuration using ox-hugo and hugo. I didn't even think about …

Read more

Publishing My Emacs Configuration

2022-01-30

Introduction As you may know, I'm using Emacs for various task and I have a configuration for doing so. I think that documentation is an important part of a configuration, especially if it is not something I read or work with every day and I want to read up on certain things and decisions after a …

Read more

Update on my Org-roam web viewer

2022-01-27

About one and a half weeks ago I announced that I'm going to start a new (code) project for viewing my Org-roam files over the web (especially on mobile devices). Since then surprisingly much happened and so I want to give a short status update. First of all I chose a working title for the …

Read more

My Emacs package of the week: orgit

2022-01-21

As you may now I joined the 100 Days To Offload challenge and therefore need some content. Since it seems that I always write about stuff that is more or less connected with Emacs anyway I though I could start a series called "My Emacs package of the week" where I present some package I stumbled …

Read more

New Project: Accessing my Org-roam notes everywhere

2022-01-18

Currently my information storage "strategy" is a disaster. I have four (at least I think so, maybe even more) places where I write down information: A single org file called notes.org which is synchronized across my devices (including mobile) using Syncthing. This contains 14 first-level Org …

Read more

Improving my new blog post creation

2022-01-15

In my last post I wrote that it is currently quite cumbersome for me to start writing a new blog post. There are mainly two reasons for that. The first is opening the file. While this sounds quite unimpressive it does not make fun to navigate three directories from my home until I can open it. At …

Read more

How this post is brought to you…

2022-01-12

The #100DaysToOffload challenge starts very well. I'm sitting here at my desk with the to-do in front of me to write post number two. And I have absolutely no idea what to write! Well, there are some topics I want to cover on the blog during the next months and the can be part of the …

Read more

Automatic UUID creation in some Org-mode files

2021-05-04

I am currently exploring the option in Org mode to export a file (or some entries) to an ics-file which I can then in turn import into my calendar. For reliably creating (and most importantly: updating) entries it is necessary that each one has an unique ID. To create a ID for the current entry I …

Read more

Switching my Website to Hugo using ox-hugo

2020-05-15

To be honest: my website was always more or less just a large playground for me. It started around 2013 when I created my second website (I had a website before, ~2006/2008, I don't know correctly). Back then I put very much time in designing the thing. In 2014 I taught myself to code and in early …

Read more