r/orgmode

A question for reddit users

Is this platform, as before, +- anonymous?

I just created this account in order to sometimes or often leave some statements about my condition (mental and similar in this "genre")

And it wouldn't be easy for me if this platform stopped being anonymous.

reddit.com
u/PostalDude_Fan — 1 day ago
▲ 13 r/orgmode

Orgmode TODOs to github projects issues/drafts.

I use Emacs and Org mode for todos, and I would like to sync some TODOs entries to github project as draft items or issues.

Has anyone found a package or workflow that can take org headings and create github projects items, then optionally add them to a project? Ideally, I would like to keep task metadata such as repository, story points, iteration etc. etc. in the org heading, and store the resulting issue URL or ID back in the file.

Does anyone use org-mode for planning work in GitHub? Is this a practical approach, and if so, what tooling do you use?

Thank you

reddit.com
u/lacringge — 1 day ago
▲ 80 r/orgmode+1 crossposts

Navi – Obsidian-style org-roam graph viewer -- native window -- reads your DB directly

View the repo here:

Navi - A New Shiny Org-Roam Graph

--------------------------------------------------------------------------------------------

New to the whole "zettelkasten" deal, but I instantly knew I was meant to use emacs. After configuring for a while, I only had one regret regarding a certain competitor named after volcanic rock.

As of today, I no longer have that regret. If you are an org-roam user, please try this out and give me some feedback! I will listen to any and all suggestions and thoughts (so long as they are constructively delivered).

Some fun features to convince you:

  - Throw nodes — fling them and they coast with real momentum, bounce off each other via physics

 - Age heatmap — notes you haven't touched in months visually rust, grey out, and grow cracks. Ancient ones look genuinely weathered

 - Particle effects — ambient clouds drift around each node; comet trails when you launch one across the screen (E to toggle)

 - Local graph — press L to focus your selected note's neighbourhood, 1→2→3 hops outward; everything outside fades away

 - Borderless mode — strips the title bar completely and tiles flush in AeroSpace like any other window

 - Zero setup on first run — drop the two files anywhere, run ./navi, it finds your DB and bootstraps itself

--------------------------------------------------------------------------------------------

Even though it's heavily vibe-coded, I did my best as a self admitted emacs neophyte to realize my vision. If even one person finds it cool, it will be worth the effort and more. So please, give it a whirl!

Much love,

Ganten ❤️

u/ganten7 — 3 days ago
▲ 87 r/orgmode+1 crossposts

orgfs – A FUSE filesystem for org files

Been using org-mode for years and always felt like querying my notes was either "open Emacs" or "grep and pray." So I built orgfs — a FUSE filesystem that exposes your org files as a structured directory tree.

Some examples:

ls ~/orgfs/tags/work/ - all headings tagged :work:

ls ~/orgfs/states/TODO/ - everything in TODO state

ls ~/orgfs/scheduled/2026/05/ - scheduled this month

ls ~/orgfs/properties/WITH/ - browse by any property value

OrgFs supports dynamic queries via mkdir

mkdir "~/orgfs/queries/tag.work+state.TODO" # AND

mkdir "~/orgfs/queries/tag.work,tag.personal" # OR

mkdir "~/orgfs/queries/scheduled.past+state.TODO"

Each result is a virtual read only .org file named {source}_L{line}.org so you know exactly where to edit.

One thing I've found useful: hooking it up to an AI assistant that runs orgfs queries from natural language — but curious if others have ideas for how to use something like this.

Still early and rough around the edges — would love feedback on whether this is useful, and what's missing.

Repo: https://github.com/harshadjs/orgfs

github.com
u/Prudent_Motor9231 — 8 days ago
▲ 13 r/orgmode+1 crossposts

Made an app for cli note takers that uses .md .org or .norg (IOS only for now)

Here are some promo codes and testflight link, have at it and would love some feedback

https://preview.redd.it/mv3w38uvd31h1.png?width=1290&format=png&auto=webp&s=18c1b4a4c889e2559a46e8da7ae43b21e7d190dd

Web - https://www.gitnotes.org/
Testflight - https://testflight.apple.com/join/wCWrqru9

WALX7PHTLTP6

HH4R3YK4LPX9

X9MPMLFFW636

EWMY7KHYNALH

MMT3Y76MNJLY

7HP3XYHJ7JR3

L699FPP6EW4P

MA4JFKF49JXF

AJ96P6NAK73N

EXTKRWNNWFRT

reddit.com
u/Professional-Tap-186 — 8 days ago
▲ 17 r/orgmode

Org Social for iOS: A decentralized microblog where your whole timeline lives in a plain-text Org Mode file you host yourself

apps.apple.com
u/tanrax — 7 days ago
▲ 62 r/orgmode

sync.el – actually exists this time, no crypto required

A few days ago someone posted a package called sync.el that syncs org files with git. Looked useful. Turns out it was just a README and a payment form asking for $1 in Solana.

So I wrote the real thing.

What it does:

  • async git sync on save (debounced so it doesn't spam git while you're typing)
  • auto commit + pull --rebase + push
  • conflict detection
  • auto-initialises the git repo and prompts for a remote if you haven't set one up
  • never freezes emacs, all non-blocking

Setup:

elisp

(require 'sync)
(setq sync-directory "~/org")
(sync-mode 1)

Doom users: (package! sync :recipe (:host sourcehut :repo "zelda/sync.el"))

Repo: https://git.sr.ht/~zelda/sync.el

GPL-3, free as in actual free

this is a project from someone that sucks at programming

every piece of criticism and every review is appreciated

reddit.com
u/zeldahreal — 13 days ago
▲ 45 r/orgmode+1 crossposts

sync.el

Goal: Give Org-mode a modern sync experience (similar to Obsidian Sync flow), but fully local-first, plain-text, and Git-compatible.

What it does:

  1. Automatic sync on save/startup/interval
  2. Async Git operations (no UI freeze)
  3. Auto commit + pull --rebase + push
  4. Conflict detection + conflict review command
  5. File watching for external changes
  6. Offline-safe behavior + retry
  7. Recovery command for interrupted rebase/sync states

Why It Exist: I wanted Org sync to feel invisible and reliable, without forcing me to manage Git manually every day.

Github Link: https://github.com/zenitsu7772000/sync.el/

u/Background_Cloud_231 — 14 days ago
▲ 24 r/orgmode+1 crossposts

ox-skills: manage AI agent skills in Org-mode

Just baked my new emacs package! This is how I manage my AI coding assistant skills, which is from a single SKILLS.org file, without touching a single line of YAML.

If you're used to ox-hugo or ox-zola, this should feel extremely natural (I actually took most of the ideas from rewriting the backend of ox-zola recently).

It's an Org export backend that writes {base-dir}/{name}/SKILL.md. Drop in your skill keywords, run C-c C-e s a (or SPC m e s a), and it batch-exports every subtree that has an EXPORT_SKILL_NAME property. Works with Claude Code, OpenCode, or any tool that reads SKILL.md files.

Another cool thing is you can write the skills as org-roam notes and export them into a specific directory hierarchy with ease. Section headings with EXPORT_SKILL_SUBDIR become path segments. You can scatter the skills across multiple Org files or put them in a single one: it's up to you. Whatever you choose, you can also create multiple directories by just creating nodes in the Org paragraph and you can easily add notes around your skills without contaminating the prompts.

Zero external deps (just ox-md from core).

Here's my actual skills repo as a simple live example:

https://github.com/gicrisf/skills

Explore it, fork it, have fun with it.

Would love feedback from you all!

github.com
u/cromo_ — 12 days ago
▲ 6 r/orgmode+1 crossposts

orgwarrior - Taskwarrior cli clone for org files

orgwarrior - a task warrior clone using org files.

I wanted to see what all this vibe coding was about (I'm a devops engineer by day) and made a Task Warrior clone that works with org files. This is a cli tool I have wanted for years, and it is kind of fun to work on 😃

Link: orgwarrior

Repost, as I used the wrong account.

u/Shidima — 12 days ago
▲ 12 r/orgmode+1 crossposts

orgwarrior - a task warrior clone using org files.

I wanted to see what all this vibe coding was about (I'm a devops engineer by day) and made a Task Warrior clone that works with org files. This is a cli tool I have wanted for years, and it is kind of fun to work on 😃

Link: orgwarrior

u/fuck_usa_1 — 12 days ago