home.social

#orggtd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #orggtd, aggregated by home.social.

fetched live
  1. My small #emacs #orgmode #gtd customization of the day:

    #orggtd uses #orgedna to auto-advance the next task for a project to NEXT state when one task is completed.

    But, this also causes regular repeated tasks to go to NEXT state when marked complete, and hence showing up in org-agenda even before they are due.

    To fix this, I had to add this property to the top-level headings of the tickler file:

    :PROPERTIES:
    :TRIGGER: self todo!(TODO)
    :END:

    srijan.ch/notes/2024-09-01-002