Linux Format

Project management all in plain text

Org-Mode’s motto is, “Your Life in Plain Text”, and in LXF241 we took a look at how you could use Org-Mode to author and publish a writing project, such as that Linux Format article itself (sort of like getting an OS to finally compile itself?). We also touched on Org-Mode’s ability to manage tasks, i.e. items that are either to-do or done. In this article we’ll look at Org-Mode’s more sophisticated project-management functions.

Org-Mode tasks

Before proceeding, let’s briefly review tasks at a basic level. Org-Mode considers any line starting with one or more asterisks (followed by a single space) to be a *headline*. Headlines, among other things, can be assigned a status and thereby made into a task.

By default, you can rotate a headline through the following three states: blank (no status, it’s just a headline); *TODO* (a task, but not yet completed); and *DONE*. The keybinding Shift-Left and Shift-Right cycle through this order backwards and forwards, respectively; in addition the command *org-todo* will cycle forward only.

For the purpose of this article, when we refer to a “task” it implies that it’s an Org-Mode headline with an assigned status. We’ll also cite the formal Org-Mode commands in the article, but we’ll provide a summary of them with their associated keyboard shortcuts at the end. This alone gives you the ability to assemble functional

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Some Ansible Advice For Around The Home!
Of late, this writer has been busy creating new virtual hosts for different things and decided that it would be an ideal time to get stuck into Ansible. Things have evolved in system management since Bash. Ansible is a great way to deploy software c
Linux Format14 min read
Ubuntu at 20
Without Ubuntu, the current Linux landscape would be unrecognisable. Back in October 2004, the first 4.10 (2004.10) release of Ubuntu, with its intriguing Warty Warthog code name, leapt from obscurity to being one of the most downloaded Linux distrib
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o

Related