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:

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

2024-09-01-002 | Srijan Choudhary

My small #emacs #orgmode #gtd customization of the day: org-edna is a plugin that can be used to setup auto triggers (and blockers) when completing a …

Srijan Choudhary

#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:

https://chat.openai.com/share/d44ccd6f-8500-4e42-9136-f9dcc84fdb4a

I'd hope for dependencies similar to the ones mentioned on https://karl-voit.at/2020/08/14/project-mgt-draft/

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

ChatGPT

A conversational AI system that listens, learns, and challenges

My #Memacs and #orgedna (dependencies) were mentioned in the "2023-05 Austin Emacs Meetup" https://macadie.info/2023/05/09/2023-05-austin-emacs-meetup/#comment-2796

You can find my comments on that page below.

#Emacs #orgmode

EmacsConf - 2022

A Draft Workflow for Advanced Project Management Using Org Mode and Org Edna

A Draft Workflow for Advanced Project Management Using Org Mode and Org Edna

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

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

public voit

Migrating Org Mode Files from org-depend to org-edna

Awesome: #orgedna now supports "ids(id:foobar)" id-links for #emacs #orgmode in order to get normal links within TRIGGER or BLOCKER properties: https://savannah.nongnu.org/bugs/?58824 👍
Org Edna - Bugs: bug #58824, Optionally accept ID property... [Savannah]

A Draft Workflow for Advanced Project Management Using Org Mode and Org Edna

A Draft Workflow for Advanced Project Management Using Org Mode and Org Edna

If you're using #Emacs #orgmode with dependencies (such as #orgedna), this feature request should be on your letter to Santa this year:
https://github.com/toshism/org-super-links/issues/21
Assigning dependencies between tasks using org-edna · Issue #21 · toshism/org-super-links

Hi, Feature request I'd like to wish for an extension of org-super-links to be a valuable tool for assigning dependencies between tasks using org-edna. This would improve project management to ...