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
    link
    811 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
      link
      411 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.

          • @[email protected]
            link
            fedilink
            English
            211 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

            • @Falcon
              link
              111 months ago

              I though the interlinking worked for org but not md?

        • @wigol
          link
          211 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 :).

          • @[email protected]
            link
            fedilink
            English
            111 months ago

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