r/orgmode 1d ago

Can Logseq homepage be recreated in Emacs ?

9 Upvotes

Hello,

I'm starting to use Emacs and Org-roam for notetaking because of ethical and technical reasons (FOSS, not vibe-coded, well-maintained), but would like to have an experience similar to what Logseq offers.

I would like to know if it's possible to have a "homepage" that is a journal containing all or at least multiple daily entries, that each tangle into their own files, like so :

* homepage.org

** 20.07.2026.org

daily journaling... (tangles into its individual file)

** 21.07.2026.org

daily journaling... (tangles into its individual file)

** 22.07.2026.org

daily journaling... (tangles into its individual file)

The point is to be able to journal more effectively : for example, I sometimes have to edit one day's page the following day, to add details or things I remembered, and having only to scroll up reduces friction, compared to switching files.

I have seen that tangle functionality exists, but it seems more code-oriented. Is it possible to use org-babel-tangle to tangle to individual org files ?
Will there be performance issues if the homepage file gets really big ? How big until it because problematic ?

Is it realistic for a beginner programmer, new to Elisp and Emacs, to write such functionality ?

Thanks


r/orgmode 1d ago

How to make Org babel source block return multiple file links as result?

6 Upvotes

Here is an example but not working:

#+begin_src sh :mkdirp yes :results file link :dir code :file '("bangumi/README.org" "bangumi/bangumi.el") :session "ob-sh-async-git-clone-7532343778" :async yes
if [ -d bangumi ]; then
cd bangumi ; git pull
else
git clone [email protected]:TomoeMami/bangumi.el.git bangumi
fi
#+end_src
#+RESULTS[(2026-07-21 10:54:49) f231eb80327e7574b8b130ed682d7096f1825cb5]:
[[file:code/bangumi/README.org]]
[[file:code/bangumi/bangumi.el]]

Does anyone have good ideas or other ways workaround?


r/orgmode 4d ago

Is there a way to disable org mode formatting for part of a file?

3 Upvotes

I have a file which is half notes and half practice and the org-mode formatting is kinda making the practice half of the file annoying.

Like I was trying to make a note for one exercise what the gnu regex style would look like but it hides the double brackets so I had to do [[[[:digit:]]]] instead of [[:digit:]].

I read somewhere else that starting a line with a colon should turn off the formatting but that did not work.

Ideally I would like to be able to turn off org-mode for the latter half of the file but anything that allows me to turn off the formatting would help.


r/orgmode 4d ago

(video) #2 OrgDevMeetup on Sat, July 18, 11:00 UTC+3

Thumbnail archive.org
6 Upvotes

r/orgmode 4d ago

mobile / web app I’ve been building a native Org Agenda app for iPhone, iPad & Apple Watch - looking for feedback

Thumbnail gallery
82 Upvotes

Hi everyone,

I’ve been working on an app called Orgenda for a while now, and I think it’s at a point where I’d love to get some feedback and share it with the world.

The goal was to bring the Org Agenda experience to iPhone, iPad, and Apple Watch while making it feel native, fast, and easy to use. I wanted to minimize the number of taps needed to view, create and update tasks, so interacting with your agenda stays quick and effortless.

Orgenda is available on:
- iPhone
- iPad
- Apple Watch

Any feedback, bug reports, feature requests, or ideas are greatly appreciated. Thanks to everyone who takes the time to try it out!

TestFlight:
https://testflight.apple.com/join/JdsJyETQ


r/orgmode 5d ago

question Where/how do you store your org files?

24 Upvotes

Where/how do you store your org files?

I am getting a new laptop up and running and using that as an opportunity/excuse to review where I keep my org stuff. I'd appreciate hearing from anyone else who has given that much thought (which, let's face it, is probably most of us!)

Here are some of the areas I find myself considering. Very big in my mind right now is #9.

  1. iCloud: To what extent should I use it? My primary machine is a Mac laptop, but I also have an iPhone and iPad. Also, I have sometimes made use of things like beorg, Journelly, and the like, and some of those seem to prefer using iCloud (although many do support other methods). So iCloud is an option as a storage area.
  2. DropBox: Same question. My company uses it and I do make use of the personal user space each of us is given, almost as a quasi home directory. Org could live here.
  3. Symlinks: Should I use these, and if so how? My background is linux, and I'm at home with symbolic links, and all else being equal I'd be fine with using these to allow a combination of other things -- e.g. Have my main org directory be on DropBox, and then symlink into that things over in iCloud. But I have bumped into problems with that in the past, like where I follow a symlink and find myself having more than one buffer for the single target file
  4. Git: If I keep my org stuff under git, what good/bad things should I be aware of
  5. Dotfiles: How should I handle these, for emacs but also in general? Specifically, is there a place for the likes of chezmoi, stow, etc?
  6. Use of Babel: As a special case within dotfiles, where should the .org source of my config stuff live?
  7. org-directory: Should I even rely on this at all? In general, I store stuff according to what it is about, not which application it works with. But Org is different. Should it be? Must it be?
  8. Tribal wisdom: What choices (for the above, but just in general) leave me in the best position to make use of good advice I get on places like this sub, or anywhere else talking sense? For example (one among many): one reason for not messing with org-dir, and simply letting it be ~/org is that most advice given as lisp snippets will assume that. Obviously that is easy to change, but why bother if it's good enough as-is.
  9. AI impact: what implications are there If I'm going to increasingly be using stuff like Claude Cowork, or ChatGPT Work, not to mention Claude Code and similar. For example, should I place my org directory in a Claude Cowork project?
  10. Other considerations I'm sure I'll remember five seconds after posting this

Until now I have kept stuff in <DROPBOX>/<My Name>/org, with a symlink to that from ~/org. I also symlink in Journelly's files from iCloud. I do have that org dir under git, but I've making very little use of that aspect.

So, again: where/how do you store your org files?


r/orgmode 9d ago

Org Modern bullet issues at level 1 and 5+

Post image
18 Upvotes

Tried searching around to find a fix but not sure what it could be. I did a pretty brisk org-modern setup a few months ago and i feel like this just started happening out of the blue.

This is using the following (carry over from my old org-bullets-mode) setup. Any ideas? I really like the bullets shown above if they didn't clip... if i disable the below code i get a plain arrows that render correctly but aren't very aesthetic.

org-modern-star '("◉" "○" "●" "○" "●" "○" "●")

r/orgmode 9d ago

Org-mode: how to paste images using `yank-media` with preview?

11 Upvotes

Hi!

I'm using doom-emacs (pretty much a clean install), and when I try to use yank-media to paste images from the clipboard, while it works and the image gets attached, the link that is created does not allow for inline image preview. I think the reason is because it has a description:

[[attachment:clipboard-20260712T195430.tiff][clipboard-20260712T195430.tiff]]

If I edit the link so that is is only:

[[attachment:clipboard-20260712T195430.tiff]]

then I can preview the image as usual. Does anybody know if there is a way to change this behavior so the link is created without a description? Thanks!


r/orgmode 10d ago

OrgA, An LLM agent's logic, knowledge, and chat all in one file

Thumbnail
0 Upvotes

r/orgmode 11d ago

(Update) Copy-as-org-mode-chrome 1.50: Add reader view

Post image
36 Upvotes

Add Reader View

A distraction-free in-page reading mode inspired by Obsidian Web Clipper's Reader.

Activate: right-click → "Reader View", or bind the toggle-reader-mode shortcut at chrome://extensions/shortcuts. Exit with ✕ or Esc.

  • Clean article extraction (Defuddle) with title, author, date, domain, and word count
  • Outline sidebar with active-section highlighting; content stays centered when there is no outline
  • Aa settings panel: font size, line width, line height, theme (auto / light / sepia / dark, Flexoki-style sepia), and font family (sans-serif / serif) — all persisted
  • Org-mode action menu in the toolbar: Copy as Org-ModeSave as Org-ModeSave as Org-Mode (with images)
  • Toolbar auto-hides while scrolling down

Checkout: https://github.com/yibie/Copy-as-org-mode-chrome/releases/tag/v1.5.0


r/orgmode 12d ago

New link type

9 Upvotes

Hello everyone, how to create a new type link, that all words like this "TASK-123" automatically transform to link with url: "https://mysite.com/TASK-123".


r/orgmode 15d ago

Google OKF "versus" OrgDown?

34 Upvotes

Anyone else feeling that we (the world) may be missing an opportunity as Google bases the Open Knowledge Format on vanilla markdown when it could have used the semantically far richer OrgDown? (Voit, if you're out there, just know that we appreciate you, even if the rest of the planet is clueless!)

I get that such a thing is almost certainly never going to happen†, and I doubt it's that big a deal right now anyway. (But as OKF develops...?) And credit to Google where credit's due; i.e. for setting out what is at least an open, plain-text standard.

But still, it seems a shame that Standard B should beat out vastly superior Standard A for the sole reason that a majority of users already know about the former. Thank goodness that this is the only time in tech -- past, present, future -- where that kind of inferior-beating-superior thing was, is, or ever will be, an issue. <cough>

--------

† "Well no, not with that attitude it won't!" says y'all.


r/orgmode 15d ago

HyWiki: Zero Markup Hypertext

Thumbnail chiply.dev
19 Upvotes

This post is about Hyperbole's HyWiki package for knowledge management.

I've been doing a deep dive into knowledge management and PKMSs, and in my research I've found that HyWiki offers the best of all words. It has a truly unique behavior compared to other PKMSs that allows it to obviate the bookkeeping involved with linking your notes together, and allows your curated knowledge to propagate into the rest of your Emacs, not just your siloed notes vault.


r/orgmode 17d ago

What are your most used actions/keybinds?

18 Upvotes

One of the largest hurdles for me, when learning a new tool like org mode, is that it comes with a million knobs, they are all immediately available, and the manual doesn't teach any kind of priority. Surely some of them are going to be used every day, multiple times per hour, while other functions might only be needed less than once per day.

So, what's yours? Top 10 without explanation, or just mention 1 and explain why you find it so useful.

For me, the ones that I have found recently and added to keybinds:

promote heading, demote heading, turn bullet into heading, turn heading into bullet, moving by heading (I bound it to [/] for ease), cycling the folds for the entire tree (S-tab), and most recently the narrow-subtree (and widen counterpart) keybind, removing everything else from the view really makes it feel like unlocking a new kind of focus, it's a little thing but feels huge.

Just now I discovered m-x org-info, so I will be going through that to discover more actions, but feel free to share your favorite finds!


r/orgmode 17d ago

Does the Orgzly Revived version available on Google Play support git sync ?

3 Upvotes

I recently installed 1.21.1 but I can't find any Git sync or other Git enable settings in the app.


r/orgmode 18d ago

question Why does doom use [ ] instead of TODO for capture?

Thumbnail
1 Upvotes

r/orgmode 18d ago

question Help me make sense of org mode

Thumbnail
3 Upvotes

r/orgmode 18d ago

Memorize vocabulary on the go with Emacs/Org-mode on Android

Enable HLS to view with audio, or disable this notification

13 Upvotes

r/orgmode 20d ago

Question regarding date "windows" in org-ql

6 Upvotes

I want to add a section to my agenda that contains only items with a single (sales items), and which are not DONE, and which have a scheduled date within a given time horizon.

It SEEMS like I ought to be able to do this with org-ql, but I'm having trouble making it work.

The section is currently coded like this:

  (org-ql-block
   '(and
     (todo)
     (tags "Sales" :inherit t)
     (ts: from -999 :to 14)
   ((org-ql-block-header "Sales Items")))

I tried to do this with a regular agenda block, and got nowhere. Using tags-todo doesn't work as well, bc I need to see the timing.

What I get NOW is "any non-Done items with the Sales tag that are scheduled in the future," so reminder items about touching base with client X in 45 days ALSO show along with the things I need to have on my mind this week, so that's less than optimal.

It SEEMS like this should be doable, but maybe I'm missing something.

I'm on a Mac, running emacs 30.2 and orgmode 9.8.6. I installed org-ql from melpa today, so it oughta be current as well.

Help?

Solution

I have no idea why this wasn't throwing an error YESTERDAY, but TODAY when I relaunched emacs and invoked my agenda I got errors from the org parser. The code block above has a problem: in the 5th line, the colon is placed immediately after ts, but it should be immediately before from. See

     (ts :from -999 :to 14)

This now does exactly what I wanted.


r/orgmode 24d ago

choosing/switching between notes packages

Thumbnail
0 Upvotes

r/orgmode 24d ago

gossip An Obsidian user tries orgmode

Post image
98 Upvotes

Long term markdown user, tried orgmode while bored, now I gotta make some changes :D


r/orgmode 25d ago

I created a little device to display my daily org agenda on a pi zero with an e ink display

Post image
105 Upvotes

r/orgmode 26d ago

vulpea 2.4 has landed, here are some juicy updates

Post image
34 Upvotes

r/orgmode 27d ago

How to use Eglot in Org mode

Thumbnail
5 Upvotes

r/orgmode 28d ago

I built a stats dashboard for org-roam (org-roam-stats)

Post image
10 Upvotes