#Orgmode

2025-06-13

heck, i want to migrate from #markdown to #orgmode once again lol

ZeStig :emacs: :nix: :rust: :gnu: :archlinux:zstg@fedia.social
2025-06-13

@thelinuxcast interesting. I'm a free software enjoyer and I prefer #Orgmode + #Emacs + #SyncThing + ZettelNotes.

2025-06-12

I'm equal parts amazed and frustrated by org-mode. It's such a great tool, but features are really hard to discover, unless you very patiently read the manual.

It's a different beast, but I think magit does a lot of things better.

#emacs #orgmode

2025-06-12

#Journelly v1.2 is out! This release focuses exclusively on improving accessibility.

Huge thanks to @Yvonnezed for all her help shaping this release!

xenodium.com/journelly-1-2-rel

#plaintext #privacy #orgmode #emacs #vim #swift #swiftui #ios #iphone #journelly

A capital J corresponding to the Journelly icon
2025-06-11

I've been making some progress in bringing #Markdown support to journelly.com

I'll soon have the first builds with #Markdown support available via the beta group.

Interested in joining the TestFlight beta? Reach out (details at journelly.com)

#plaintext #privacy #orgmode #emacs #vim #swift #swiftui #ios #iphone #journelly

éric 🚲 🇪🇺 :emacs:ericsfraga@fediscience.org
2025-06-11

I have started a new blog which will present musings on coding for my research in optimization and its application to industrial engineering problems. I code mostly in Julia and always using Emacs.

homepages.ucl.ac.uk/~ucecesf/b

I will post here when new blog posts are posted. I'm hoping to create an RSS feed for the blog in due course.

The blog is written in org mode in Emacs (of course 🙂).

(edited to add actual link 😜)

#blog #JuliaLang #Emacs #OrgMode #Optimization

DeadSwitch @ T0m's 1T C4feTomsITCafe
2025-06-11

Text editor? IDE? Operating System? Emacs is your silent companion.

tomsitcafe.com/2025/06/11/emac

2025-06-11

@steffo Recently I wrote my Masters thesis with typst.
It was a bliss to work with #typst compared to Latex.

I used emacs to write it using #orgmode
Within 1 day I learnt its syntax and it was so easy to understand the docs and get go.

For issues or setting some things, you might usually find answers from GH issues and forum.
But these days they use discord as main channel for support.

Ihor Radchenko (yantar92)yantar92@fosstodon.org
2025-06-10

Meeting notes: list.orgmode.org/8734c7tq38.fs

TL;DR latex export for non-English; iOS apps; WORG policy about proprietary apps; Emacs on Android and widgets; table-like agenda; presentations during meetup; new approach to literal config; radio buttons; self-deploying nix-based modules Emacs config; Org mode refactoring update; timezones update; interactive fiction tutorial for Org; gptel + Org

Earlier notes:
orgmode.org/worg/orgmeetup.htm
#OrgMeetup #orgmode #meetup #emacs
@sacha @ctietze

2025-06-10

so, i managed to figure out how to include my Emacs config in the website without actually having it on the website. probably a bit hacky but in my publish.el i have:

;; retrieve literate emacs config from it's git repo
(if (file-exists-p "configuration.org")
(delete-file "configuration.org"))
(url-copy-file "https://git.sr.ht/~peregrinator/.emacs.d/blob/main/configuration.org" "configuration.org")

and then I include that in the empty Org file in my content sources as:

#+title: Literate Emacs Configuration

#+include: "../../configuration.org" :lines "8-"

so that the last metadata line (i.e. date) is also included along with the rest of the content

#Emacs #OrgMode #EmacsTip

éric 🚲 🇪🇺 :emacs:ericsfraga@fediscience.org
2025-06-10

@peaoPerdido
I don't use any special apps on my phone. Instead, I sync my org agenda (appointments mostly) to nextcloud using org-caldav-sync and use davx on the phone to update the calendar. I don't tend to sync todo items but org-caldav and nextcloud do support them. Not sure about the phone's calendar app, mind you.

#Emacs #OrgMode

dodothedev🦤💻DodoTheDev@front-end.social
2025-06-10

People of Emacs and Org Mode:
Are there any packages to manage a project? I have projectile, but that's more for coding. I mean like a house move or fence build kinda project: something that has multiple todos and will take a protracted amount of time.

Failing any specific package for that, what about a org template for said project?

TYIA

#emacs #org #orgMode #GNUEmacs #doomemacs #spacemacs #ProjectPlanning #GTD

teledyn 𓂀teledyn@mstdn.ca
2025-06-10

@peaoPerdido

I use nextcloud davx as the transport, #orgzly has a URL to my #emacs #orgmode folder, and then, since I use #orgroam I have a node that syncs my 2-way edits via tangle.

2025-06-10

@peaoPerdido
Emacs native GUI app for android works fine. But Ik many dislike it due to requiring proper keyboard support.

But heck, its a perfect org mode reader and full blown emacs on phone. I use same config in both Linux and android, and sync files via syncthing.

Also, #orgmode notifications works on android as well. You need to just setup `appt` for it. I get notifications in phone for schedules tasks, and agenda shows you as you like.

2025-06-10

I'm trying out #emacs #orgmode and I'd like to get notifications on my phone. So I installed *orgzly*. I was under the impression that if I had my todo.org file in a synced folder, *orgzly* would pick up the changes automagicaly. So I have my org files on Nextcloud, and the phone updates the folder locally every 15min. But it looks like orgzly only picks up the changes when I open the app.

Anyone got a auto-sync working?

मोक्ष / untrusem ⁂untrusem@merveilles.town
2025-06-09

@dennyhenke @thetemp I had this org indenting every new line in emacs while back and it may be due to your org mode version, i upgraded to newer version and it disappeared.

#emacs #orgmode

Eugene :emacs: :freebsd:evgandr@mas.to
2025-06-09

@scy I simply using #DejaVu family of #fonts everywhere. It is already preinstalled with X server in a lot of Unix distributions, it is old — so, mature and field tested a lot. And I like it, ofc 🙂

I'm using DejaVu Serif in Qt apps, for main panel and in #Emacs modeline (and also in #OrgMode too). For coding: DejaVu Sans Mono.

For blog … there are just system (i.e. which is specified in browser settings) fonts used — I setup this via the CSS. There are no any additional fonts downloading

Emacs frame with some Emacs Lisp code inside it. The frame and the code colored in the Solarized Light color scheme.
The code using the DejaVu Sans Mono font. And the modeline on the bottom of the frame is using DejaVu Serif font.The Krita main window. It is dark gray and displays some of the startup panel and the one, previously opened file with white background. All letters inside Krita window are using the DejaVu Serif font.The Librewolf window with a single tab. The TreeStyleTab extension opened on the left and displaying this tab in the purple color. Whole window using Solarized Light color scheme and the DejaVu Sans font.

The content of the tab is one of pages from my blog. It colored in Solarized Light color scheme too and most of the text in it using the DejaVu Serif font. Except code blocks — there are using the DejaVu Sans Mono font.The source of one of my blog posts, written in OrgMode file and opened in the Emacs frame. Whole text in the frame (including the modeline) are colored in Solarized Light color scheme and using a DejaVu Serif font.
2025-06-08

I like the .aider.prompt.org file. Sort of like a gptel chat buffer. I wish that it would post a summary of the interaction inside some kind of special summary block or drawer. Also I guess it would be neat to have aider as a model target in gptel.

#aider #aiderel #emacs #orgmode #gptel

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst