shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

264
active users

#orgmode

3 posts3 participants1 post today

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:")))

Happy to announce that the Org protocol page on Worg has been updated for 2025. Its last significant update was 3 years ago and much of the content on it was stale. Most of it has been refreshed, although not all due to resource availability (anybody here using recent Windows and Org protocol? Contact me.) Learn all about it at the link below.

orgmode.org/worg/org-contrib/o

Thanks to Max Nikulin and Christian Moe for their feedback!

orgmode.orgorg-protocol.el – Trigger actions in Emacs via a custom URL scheme

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

Being in Org mode and doing C-c C-c or something similar at the wrong place gives you a message that “C-c C-c can do nothing useful here” and it feels just like using your inventory in old Sierra and Lucasart point-and-click adventures games:“How can you do that?"/“Nothing happens”. #orgmode #gaming

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

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?

Replied in thread

After spending some ridiculous time trying to figure out how #emacs works I decided "fuck it" and went back to neovim. Wrote a few plugins to make my #orgmode experience a bit better and just living with the conceallevel being broken.

That said, I didn't actually use vim that much in APT layout. I still might hate it there, lol.

Thanks everyone helping me out with setting up my emacs, though. I learned a bunch.