Recent Changes

Updates since 2017-07-23 01:58 UTC up to 2017-10-21 01:58 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks List only major changes
List later changes RSS RSS with pages RSS with pages and diff

2017-10-16

2017-10-08

2017-10-02

  • 18:14 UTC (new) (history) 2017-10-02 Converting TeX sequences to Unicode characters . . . . Marcin Borkowski I quite often deal with LaTeX files using stuff like \'a or \"e, and I really prefer having those encoded in UTF-8. So the natural question arises: how to convert one into another? The problem is especially frustrating because Emacs can do this – either via C-x 8 prefix, or with the TeX input method. It is not trivial, however, to find out how it does these things, and to get hold of the data used to actually perform the conversion. (At least, I didn’t find a way to do it.) After a bit of searching, however, I came up with another solution. I’m hesitant to call it “clever”; it’s rather hackish, but hey, it works, so who cares.

2017-09-25

2017-09-18

  • 04:47 UTC (new) (history) 2017-09-18 How to hide repeating entries from the Org agenda . . . . Marcin Borkowski For today, I only have a short tip I learned from the Org-mode mailing list recently. If you have a repeating task in your agenda, say every other day, and you show the agenda for, say, the next 15 days, it is quite annoying to see that task displayed for seven or eight days. You can now say (setq org-agenda-show-future-repeats nil) in your init file and see only one instance of this task. If you set it to 'next instead, you’ll see one more instance (which can be quite handy, I imagine). Cool!

2017-09-11

2017-09-04

2017-08-29

2017-08-28

  • 17:34 UTC (new) (history) 2017-08-28 Multiple cursors in Emacs . . . . Marcin Borkowski I am aware that I’m kind of late to this party, but I finally (after being taunted a few times by one of my friends who uses Sublime Text) tried out Magnar Sveen’s multiple cursors Emacs library, and I have to say that I really like it.

2017-08-21

  • 04:28 UTC (new) (history) 2017-08-21 replace-regexen-in-string . . . . Marcin Borkowski Recently, I had a need to do some replacements in a string. Basically, that meant repeatedly calling replace-regexp-in-string. I strongly disliked the idea of nesting these calls, so I set out to write a simple tool to help with that.

2017-08-14

  • 19:03 UTC (new) (history) 2017-08-14 The highlight.el library . . . . Marcin Borkowski Last year, I wrote about a few ways of highlighting things in an Emacs buffer. A few days ago I had a somewhat similar need. This time, however, I didn’t have a regex to match the things I wanted highlighted: I just needed to mark something (as in “region”), and have it permanently highlighted (“permanently” meaning that the highlighting should survive editing commands, but not actually closing the buffer). Emacs being Emacs, it turned out to be possible (and easy).

2017-08-07

  • 17:11 UTC (new) (history) 2017-08-07 demo-it recording . . . . Marcin Borkowski Some time ago I stumbled across a very nice library by Howard Abrams, called demo-it. It seems that this tool, combined with org-tree-slide, is a perfect way to do presentations on Emacs, Org-mode, or Calc, which I happen to do from time to time.

2017-07-30

More...

Filters