Questions tagged [todo]
The todo tag has no summary.
82 questions
1 vote
1 answer
50 views
How to make older TODOs appear in org-agenda before the "<--now" line?
I have been looking to change this behavior where TODOs appear only after the <--now line even if the TODOs' scheduled times have passed. Because of this it's kind of harder to know which TODOs I ...
0 votes
1 answer
189 views
Modify how task list percentages (% cookie) display in an org-mode document?
I want to modify emacs/org-mode to make percentages display evenly: Default behavior: + [75%] List#0... + [76%] List#1... + [100%] List#2... + [86%] List#3... + [100%] List#4... + [4%] List#5... ...
0 votes
0 answers
59 views
How to add a timestamp directly from the 'todo'-type agenda buffer
My typical agenda view is a global todo agenda. I would like to add timestamps directly to a header from this view. It is possible with deadline and schedule but not for timestamps. I have tried the ...
0 votes
1 answer
125 views
How to update statistics cookies on file save?
For some reason, I can't get either of these to work. I'm trying to update the statistics cookies on TODO's automatically when the file saves. (add-hook 'after-save-hook 'org-update-statistics-cookies)...
1 vote
1 answer
104 views
Add a blank line between headings in the Global TODO list
My Global TODO list shows headings one after another, without any spacing between headings. To me this looks a little crowded, and it would be easier to see the end of one heading and the start of the ...
1 vote
1 answer
293 views
Repeater broken after edits to org-after-todo-state-change-hook
Title is pretty self explanatory. I have implemented the below solution to 'clock in' when I change my org-todo state to IN-PROGRESS and 'clock out' when I leave that state. (add-hook 'org-after-todo-...
0 votes
1 answer
162 views
Any way in Org to directly set a heading's state to a particular one?
The standard workflow for switching heading states in Org (TODO/DONE) is to leaf through them with C-c C-t, or to assign letters to them and switch directly to the wanted state. These seem to be ...
1 vote
2 answers
563 views
Can TODO headings in org mode inherit part of the heading style, specifically fontsize?
Emacs initiate here, I've just now added different heading sizes for org-mode to my init file, according to the answer on this page: Setting for org-mode bullet font size (custom-set-faces '(org-...