I’m in a bit of a productivity rut and whilst I suspect the issue is mainly between the keyboard and chair I’m also interested in what (FOSS) tools there are that people find effective.

One of my issues at the moment is cross managing different workstreams particularly with personal projects which are more in the “if I have time category”.

I’m interested in anything that helps manage time or limit distractions or anything that makes it easier to keep track of progress/next steps for project when there may be a bit of a time gap between.

  • ouch@lemmy.world
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    5 months ago

    This is the way.

    Nothing comes even close. I just wish there was a distributed / mobile-enabled way to use org-mode. I guess there exists some project, but running full emacs org-mode mobile is hardly usable.

    • wigol@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      I got acceptable results with org-roam cooperating with logseq. It took some fiddling with org IDs, config and a bit of elisp, but it’s stable enough for me.

          • fossphi@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 months ago

            True. And I wanted to know how they keep that in tandem with org mode. Because the wiki style links logseq uses don’t seem to work with other applications

        • wigol@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          5 months ago

          I forced logseq to use relative file links and skipped backlinking in org-roam. However, it looks like logseq now supports org-id links with backlinking. I might need another script to convert :).

          • fossphi@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 months ago

            Would you mind sharing your experience and/or the script? Would be nice for the community!