Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

How did you include org-roam in the "archive" option? #24

Closed maikol-solis closed 3 years ago

maikol-solis commented 3 years ago

Watching your talk in EmacsConf 2020 https://emacsconf.org/2020/talks/11/ (great talk by the way), you used org-roam to archive the items that you want to transform later in a note (inside the org-roam-directory I guess).

I was trying to replicate this with the current version of org-gtd (4716603f3719acd89a268fb907b91fd3d6af311a) and I only get that the item get archived into inbox.org_archive.

Could you please share the config you used or point me about something that I haven't done to replicate this behavior with the "archive" option?

Thanks.

Trevoke commented 3 years ago

Hi!

There is no automatic connection between org-gtd and org-roam right now. One reason is that I don't want to enforce a dependency on org-roam if that's not how you want to store your knowledge.

What I did in the talk is:

  1. while processing the item, choose "reference"
  2. manually open org-roam and add the information
  3. finish the org-roam capture
  4. go back to the inbox processing buffer and finish with C-c c

On Fri, Dec 4, 2020 at 10:35 AM Maikol Solís notifications@github.com wrote:

Watching your talk in EmacsConf 2020 (https://emacsconf.org/2020/talks/11/), you used org-roam to archive the items that you want to transform later in a note (inside the org-roam-directory I guess).

I was trying to replicate this with the current version of org-gtd ( 4716603 https://github.com/Trevoke/org-gtd.el/commit/4716603f3719acd89a268fb907b91fd3d6af311a) and I only get that the item get archived into the inbox.org_archive.

Could you please share the config you used or point me about something that I haven't done?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Trevoke/org-gtd.el/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQSSO2SUJVNIHGQKXL2QDSTD6UPANCNFSM4UNS6PUQ .

maikol-solis commented 3 years ago

Oh, I see it! I get lost in the talk, but it has totally sense now. I will replicate your workflow with items I want to archive. Thank you very much for the explanation.

Trevoke commented 3 years ago

Of course! May I close this issue?

maikol-solis commented 3 years ago

Yes of course! Thanks for your time!. Best.