@xenodium about his decade of using #Emacs #Orgmode:
https://xenodium.com/writing-experience-my-decade-with-org
Great insights on his personal workflow and setup. Nice to get some ideas to improve your personal #PIM setup as well.

@xenodium about his decade of using #Emacs #Orgmode:
https://xenodium.com/writing-experience-my-decade-with-org
Great insights on his personal workflow and setup. Nice to get some ideas to improve your personal #PIM setup as well.
Readings shared July 26, 2025. https://jaalonso.github.io/vestigium/posts/2025/07/27-readings_shared_07-26-25 #Emacs #FunctionalProgramming #Haskell #Logic #Math #OrgMode
New blog post, and it's all just vibes (not AI, but feelings).
https://www.aviskase.com/articles/2025/07/27/writing-experience-emacs-won/
CC @curtismchale I gave up. I'm using #emacs #orgmode now
CC @greg I doubt whether this is a worthy submission, but the carnival was an inspiration ><
https://screwlisp.small-web.org/emacs/writing-experience/
My #emacs #writing #writingExperience #emacsCarnival submission.
Discussing my transition to #eev away from being a heavy user of the popular #orgmode.
My writing primarily concerns #lisp #programming, so the difference between #eepitch and #orgBabel features heavily.
Looking forward to hearing from everyone including the other emacs carnivalians.
CC @greg (Writing Experience emacs carnival host)
Writing in Emacs, my submission for the Emacs Carnival. A discussion of how I use it for solo and asynchronous collaboration, and my hopes for where it's going for synchronous sharing.
Writing experience: My decade with Org. ~ Álvaro Ramírez. https://xenodium.com/writing-experience-my-decade-with-org #Emacs #OrgMode
I'm setting up a agenda file seasons.org where I will add the seasons for fruits, vegetables and other yearly reoccuring periods. An example would be Strawberry Season from 1. of June to 31. of August every year.
Does anyone know a good trick on how to set that up with diary or with org org-mode timestamps?
This month marks my 20th anniversary of using emacs. I started using it at a summer science program because the tutors recommended it to write our papers. I persisted because a good friend told me earnestly that "emacs is the best text editor in the world", even though I didn't know what "text editor" meant back then.
I don't know if that statement is true, but I've never felt the need to switch. Because... well, every time there is something I want my text editor to do, there has been a way to do it in emacs, and so much more besides.
To the many people who have contributed generously to the emacs community over the years - thank you! I know that some of you are on Mastodon. In no special order: @sacha @yantar92 @oantolin @daviwil @howard @publicvoit @karthink @kickingvegas
I'm sure I have missed a ton of people so please feel free to mention anyone else you think of.
I'm joining the carnival!
"My decade with Org" is my post for the Emacs Carnival
https://xenodium.com/writing-experience-my-decade-with-org
Thank you @greg for hosting this month
New blog post for the Emacs Carnival on writing experience (https://masto.gregnewman.io/@greg/114899165487420555):
Emacs is the cockpit. Org mode is the captain. Generate static websites from it. #Emacs #OrgMode #SiteGenerator #WhisperEngine
http://tomsitcafe.com/2025/07/24/whisper-engine-emacs-powered-static-site-generator-for-ghosts/
#emacs question
PROBLEM: trying to search for text in #orgmode while ignoring invisible formatting characters.
The evil-search-forward function invokes isearch-forward function, but it doesn't matter how many times i toggle that searching for "this and that" never matches "this /and/ that" even though the formatting slashes are currently invisible.
Anyone know what Magic incantation I need to perform?
I use the excellent org-ql #Emacs package to search my #OrgMode files, and I got tired of typing the keywords so I made a bunch of keyboard macros to insert them for me:
(use-package org-ql-completing-read
:defer t
:bind
(:map org-ql-completing-read-map
:prefix "C-:"
:prefix-map org-ql-syntax-map
("t" . "todo:")
("C" . "clocked:")
("h" . "heading:")
(":" . "tags:")
("s" . "src:")
("T" . "ts:")
("p" . "priority:")
("c" . "category:")
("l" . "level:")))
Plot a histogram from a table with calculated percentages:
https://www.draketo.de/software/org-mode-tipps#plot-historgram-table-calculation
Absolutely.
#orgdown = the name for the syntax of Org-mode which can be used anywhere and which got great support outside of Emacs just as #Markdown has support outside any MD tool you name including pandoc.
#orgmode = Elisp implementation to Support note-taking (and much more) with a #LML named orgdown in (GNU) Emacs with highlighting and modification features.
Background:
https://karl-voit.at/2021/11/27/orgdown/
https://gitlab.com/publicvoit/orgdown/
And my current main article on that:
Org Mode Syntax Is One of the Most Reasonable Markup Languages to Use for Text
https://karl-voit.at/2017/09/23/orgmode-as-markup-only/
I'll publish an article on the many downsides of Markdown in a few weeks. You might want to add my blog feed to your RSS aggregator.
@zstg @thelinuxcast We should actually get rid of #Markdown.
It is one of the worst lightweight markup languages you can decide for except for adoption: it's bad with respect for learning, for typing manually and for processing.
Avoid the Markdown flavor hell and go for any other #LML that doesn't come with all the downsides.
#orgdown, the syntax of #orgmode is one of the examples where the downsides of Markdown are avoided.
Please, don't settle for a mediocre solution again.
@thelinuxcast if only #orgmode has better compatibility...
CC: @publicvoit