π

My Emacs and Org-mode Workshops at the GLT26

Show Sidebar

Here are the shownotes of my GLT 2026 workshops to Emacs and Org-mode:

There is no recording of this four hour session.

Introduction to the GNU Emacs Platform

History and Basics

Start Emacs

 emacs --init-directory=. -q	  

Emacs Tutorial

Manual Customization

Init File

Packages

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.org/packages/") t)

(use-package mastodon
  :ensure t
  :config
  (setq mastodon-instance-url "https://graz.social"
        mastodon-active-user "graz_social_demo")
  )	  

MISC

File Management

Web Browsers

Emails

Selected Resources

Introduction to GNU Emacs Org-mode

Org-mode History and Basics

Orgdown - Syntax

Org-mode - Features of the Elisp Implementation

Org-mode Demos

Disclaimer: I've invested many years into my personal PIM setup. Most demos here are not considered to teach how it's done. Instead, they should teach you how to get creative to adapt the computer to your personal requirements yourself.

From:	First Last <First.Last@example.com>
To:	me@example.com
Subject:	Example subject
Date:	Tue, 7 Apr 2026 10:45:31 +0200
Message-Id:	<abcde12345@example.com>	  

Selected Resources

Comment via using the hashtag #20260410_GLT26EmacsWorkshops (decentralized), email (persistent) or via Disqus (ephemeral) comments below: