-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
Description
Hi!
I have a problem to visualize correctly my agenda items when there is long categories in the headings.
For example, suppose you have those two items in a file called actionable.org
* TODO My task
DEADLINE: <2021-11-26 Fri>
* TODO Another task
DEADLINE: <2021-11-26 Fri>
:PROPERTIES:
:CATEGORY: LONGLONGCATEGORY
:END:
In my dashboard, they look like this
It would be great if the category, the deadline, the TODO and the item were separated by a tab (or some flexible space), to keep each one ordered like a table.
I picture something like this
actionable: 2021-11-26 TODO My task
LONGLONGCATEGORY: 2021-11-26 TODO Another task
Is it possible?
Best.