summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--itches/emacs/tracker.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 2e57fe6..d594809 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -548,6 +548,13 @@ metadata, and…
Ergo: either I add =substring= to my ~completion-styles~, or I teach
~org-refile~ to use =substring=… by default? when ~path-complete-in-steps~
is nil? depending on a user option? 🤔
+**** TODO Fix clock table not accounting for "descriptive links"
+E.g. if a heading contains =[[http://long.url][Short description]]=,
+the text that ends up in the clock table can be truncated to a shorter
+length than the available width.
+
+Assuming this is because there is a length-computing function that
+does not account for ~org-link-descriptive~.
*** Programming modes
**** ~conf-mode~
***** TODO Tweak ~javaprop~ comments