home.social

#orgedna — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #orgedna, 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

  2. #ChatGPT might be a potential tool to help with project management.

    I ran a brief test with a wrong order of tasks and asked it to generate an #orgmode representation + dependencies for #orgedna:

    chat.openai.com/share/d44ccd6f

    I'd hope for dependencies similar to the ones mentioned on karl-voit.at/2020/08/14/projec

    However, the output from the AI is not working org-edna syntax and it even forgot one ":PROPERTIES:" start in the second output I requested.

    Let's see how that develops over time.

    #PIM #emacs

  3. You can migrate your #Emacs #orgmode files from #orgdepend to #orgedna using this tool: karl-voit.at/2020/10/01/org-de

    Today, I converted all my agenda files + #yankpad templates and they worked.

  4. Awesome: #orgedna now supports "ids(id:foobar)" id-links for #emacs #orgmode in order to get normal links within TRIGGER or BLOCKER properties: savannah.nongnu.org/bugs/?5882 👍

  5. If you're using #Emacs #orgmode with dependencies (such as #orgedna), this feature request should be on your letter to Santa this year:
    github.com/toshism/org-super-l