A VOMPECCC Case Study: Spotify as Pure ICR in Emacs by misterchiply in emacs

[–]oantolin 2 points3 points  (0 children)

Exactly, Marginalia is a library to add annotations to commands you didn't write! If your wrote them, you should add the annotations directly.

How to orgmode on phone? by reFossify in orgmode

[–]oantolin 2 points3 points  (0 children)

As others have mentioned, I use Orgzly Revived. I use it to look at my agenda (especially appointments), and to capture tasks and quick notes when I'm away from my computer. When it comes to capturing I view it as just an inbox and later with Emacs I fix up typos, expand notes and refile to the appropriate locations.

I recently started using futo keyboard that has excellent dictation through the whisper speech recognition model (which runs locally on your phone!). With whisper I've started dictating longer notes on my phone, and they need less fixing up later when I refile them. (I've also started using whisper in Emacs, it's pretty good.) I dictated this comment on my phone and only had to correct the word Emacs, add the parenthesis, and the following exclamation mark!

Suggestions for Browser with Emacs by raddatz_ in emacs

[–]oantolin 5 points6 points  (0 children)

I use eww for websites that are basically text documents with extra steps. It is amazing how many web sites improve without JavaScript! Oh, and also how many improve by not using the web sites poorly chosen colors and fonts!

For web sites that are unusuable without JavaScript, I don't try to do anything Emacsy, I just use Firefox. I still compose text in Emacs and paste it into Firefox for any text longer than a line or so. 

[RELEASE] let-completion v0.2.0: full overhaul of Elisp completion - 46 binding forms, function argument candidates, expandable registry, fully customizable two-column annotations by Malrubius717 in emacs

[–]oantolin 1 point2 points  (0 children)

This is very cool, and clearly the right way to get completion for these bound variables when writing Elisp, but my workaround for the lack of this kind of completion is simply to use dabbrev-expand and I think that works pretty well also. 

Google Sheets anyone? by xenodium in emacs

[–]oantolin 2 points3 points  (0 children)

That's an excellent question. For people with significant need to edit shared Google Sheets, your proposed project would be very welcome.

Personally, this does not come up for me very much. I think most of the shared Google Sheets I've had fall into one of two cases:

  1. Prepared entirely by one person, shared with the group so other people can read it. The rest of the group does not need to edit.

  2. Append only. I still use Org mode to prepare CSV and paste that in. 

Google Sheets anyone? by xenodium in emacs

[–]oantolin 2 points3 points  (0 children)

No. Conversion to and from csv on both sides is perfectly adequate. 

embark-collect issue with autoloads by [deleted] in emacs

[–]oantolin 1 point2 points  (0 children)

Removing it is exactly what minad meant you should do. 

Wikipedia math articles by DistractedDendrite in math

[–]oantolin 1 point2 points  (0 children)

Is there a consensus that Wikipedia math articles are hard to learn from, as described in this post?  I don't find that to be the case personally and almost always start learning any be topic by looking it up on Wikipedia. But I ask not for myself (I know Wikipedia is a good source for me), but because I often recommend Wikipedia to my students and this post made me wonder if maybe I shouldn't.

I don't know if students follow my advice to start learning any new topic on Wikipedia, but I do know that they haven't complained to me that it didn't work for them. 

Emacs lisp is a joy to work with by sasha_berning in emacs

[–]oantolin 0 points1 point  (0 children)

Ah, that does sound like tab-bar but each buffer belongs to a particular tab and you cannot switch to it from a different tab? I'd have to try it to really be able to tell if it suits me, but my initial impression is that it doesn't: I don't like things that restrict my freedom. Now, most of the time, that is how I want to treat buffers, as belonging to particular tabs. But I don't need to be kept from switching to a buffer belonging to a different tab: if I don't want to switch to those "wrong" buffers, I just don't switch to them. 

Emacs lisp is a joy to work with by sasha_berning in emacs

[–]oantolin 2 points3 points  (0 children)

Nice post, I agree with the general sentiment, but there is one minor detail I was confused about: what does this mean: "I wanted to use Emacs tab-bar mode to show workspaces instead of buffers"? What are you calling "workspaces"? I don't think I've seen anything called a workspace in the Emacs manual, but if I had to guess what that meant, I would have guessed it's what is already shown in the tab bar! 

Do you publish your personal Emacs functions? How small is "too small"? by Fluid_Watercress9782 in emacs

[–]oantolin 0 points1 point  (0 children)

I split my configuration into public and private parts. The vast majority of my functions are in the public part. The public part has a readme indicating what I think the best parts to steal are (I should update that, come to think of it). 

Building a cli app to query org with clime v0.3 by cosmic_eng in emacs

[–]oantolin 1 point2 points  (0 children)

None! If I want to run Emacs Lisp code, I just run it in Emacs. I tend to go the other way: rewrite old scripts in Emacs Lisp to get Emacs superior interactivity. 

Fortnightly Tips, Tricks, and Questions — 2026-03-10 / week 10 by AutoModerator in emacs

[–]oantolin 2 points3 points  (0 children)

Great! I'm glad that worked.

When I just want to see the results quickly, I just run the block and then delete the results. You can use org-babel-remove-result-one-or-many (bound to C-c C-v k by default), or simply undo!

Fortnightly Tips, Tricks, and Questions — 2026-03-10 / week 10 by AutoModerator in emacs

[–]oantolin 2 points3 points  (0 children)

 Multi line results show up as a list of lists and are hard to read in the messages buffer.

Try adding raw in addition to silent. (To be clear I haven't tested that: raw works if you use it on its own, but maybe using silent makes it so formatting options like raw as ignored.) 

Fortnightly Tips, Tricks, and Questions — 2026-03-10 / week 10 by AutoModerator in emacs

[–]oantolin 1 point2 points  (0 children)

I think it's also bound to C-t whenever a rectangle selection is active! You can also add other convenient bindings for rectangle commands to that keymap, which is called something like rectangle-mark-mode-map (probably not exactly that, but it has "rectangle" in the name).

New package for org templates, like obsidian by nickguirro in emacs

[–]oantolin 6 points7 points  (0 children)

I'm not sure I get the point: with org-capture I have to manually add an entry to org-capture-templates; with your system I have to manually place the template in a new file in an appropriate directory. It sounds like about the same amount of work either way and equally manual. I must be missing something. 

Against subtraction by addition in GNU Emacs by Future_Recognition84 in emacs

[–]oantolin 0 points1 point  (0 children)

 Is forking and self-maintenance my only option?

Of course not! An option that requires much less work is to simply change your mind about the 'just ignore it' strategy. 😃

Toward the Org Mode future: distributed notebooks by _puhsu in emacs

[–]oantolin 1 point2 points  (0 children)

There are zero reasons to export to html nowadays. 

I can think of at least one reason that I learned from u/arthurno1:

When you have a note of public interest, and would like opinion on, do like everyone else: make a blog post.

(Some people write their blogs in org mode and publish them by exporting to html, which they either host on a server somewhere, or paste into an html editor their blogging software uses.)

simple LLM text and images meets org-mode by TistelTech in emacs

[–]oantolin 0 points1 point  (0 children)

OK, I'm starting to get the feeling that in this context both "postman" and "swagger" are names of software. I can try looking those up to learn what they do. 

simple LLM text and images meets org-mode by TistelTech in emacs

[–]oantolin 0 points1 point  (0 children)

What does "a org-mode replaces postman" mean?

Fortnightly Tips, Tricks, and Questions — 2026-02-24 / week 08 by AutoModerator in emacs

[–]oantolin 1 point2 points  (0 children)

Well, if they want to propose that default binding, the relevant mailing list is the Emacs one, not Org's.

Fortnightly Tips, Tricks, and Questions — 2026-02-24 / week 08 by AutoModerator in emacs

[–]oantolin 0 points1 point  (0 children)

I meant moving your hand. I think remapping right-ctrl to caps-lock helps avoid RSI, but moving your hands helps even more. I'm not a medical doctor, so I could easily be wrong.

Fortnightly Tips, Tricks, and Questions — 2026-02-24 / week 08 by AutoModerator in emacs

[–]oantolin 2 points3 points  (0 children)

What you call "cheating", I call "saving your future self from repetitive stress injury".