lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

64
active users

#OrgMode

2 posts2 participants0 posts today

I appreciate that there's a plethora of customizable Emacs themes I can install and use. I've tried a couple, they look nice especially when working with code.

However I work with org mode almost all the time, for non-programming related purposes, there's no syntax to highlight here. It's all just walls of white text, and in this case, themes end up looking the same anyway.

A bit of #emacs help would be great, I would like to setup a capture template for #orgmode with conditional logic, are there any examples I can look at? I currently capture with forgemacs.bharathpalavalli.com and the template I would like to modofy is codeberg.org/bmp/forgemacs/src, whereein based on a certin key/input some sections don't have to be filled in while capturing.

forgemacs.bharathpalavalli.comForgemacs' Literate Emacs Configuration

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 😜)

www.homepages.ucl.ac.ukOptimal configuration
Continued thread

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

list.orgmode.org[BLOG] #18 [[bbb:OrgMeetup]] on Wed, May 14, 19:00 UTC+3 - Ihor Radchenko

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

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?

Does anyone know how to order #orgmode calendar entries?

I have my meetings.org file

```
* Meeting

** Event X
<2025-06-24 Tue 14:00-:15:00>

** Event Y
<2025-05-24 Sat 08:00-08:15>
```

and would like Event Y to be re-ordered before Event X. Is there a function for that?