Tag Archives: Emacs

ob-hy.el

Just a quickie to report that John Kitchin is on a tear with Hy. Today he’s posting about his development of ob-hy.el to further integrate Hy into Org mode. It’s pretty nice. One day in and he can already execute … Continue reading

Posted in General | Tagged , , | Leave a comment

Kitchin: Day Two with Hy

Yesterday, I wrote about John Kitchin’s post on Hy, a Lisp dialect that essentially compiles to Python allowing you to write in Lisp while still having access to the Python RTL. Kitchin has published a new post describing his second … Continue reading

Posted in General | Tagged , , | Leave a comment

What if Elisp and Python Had a Child?

John Kitchin, as Irreal has covered many times, is doing a lot of excellent work with Org mode and Emacs. Most of his scientific computation is done in Python, a language he’s been using for 15 years and is very … Continue reading

Posted in General | Tagged , , , | 2 Comments

Moving to the Next/Previous Link in Org Mode

Here’s something I didn’t know. You probably won’t need this often but it’s a useful thing to add to your toolbox. Didn't know this #orgmode command. Have been missing it for a while. https://t.co/I37Jt2iUg7 — Nuno M. Salgueiro (@nmsalgueiro) March … Continue reading

Posted in General | Tagged , | Leave a comment

Molecule Representations in Org Mode

This will be of no use to most of us but it’s so darn neat I had to write about. John Kitchin, who’s a genius a finding ways to move nearly everything into Org mode, has a blog post on … Continue reading

Posted in General | Tagged , | Leave a comment

Some Oldies but Goodies

When I find a useful Emacs package or tip, I almost always write about it so others can take advantage of them too. The other day I was using one of those packages and thought, “Gee, this is really neat. … Continue reading

Posted in General | Tagged | Leave a comment

Inserting Underscores

John Kitchin offers a nice tip for Emacs users who write in Python, C, or some other language that makes heavy use of underscores. Best innovation for writing python in Emacs I have made so far: make — insert _. … Continue reading

Posted in General | Tagged | 6 Comments

Note Taking with Org Mode

I thought I’d written about Tony Pelaez’s video on Taking Notes in Emacs Org-Mode before but I couldn’t find the post. Even if I did write about it, it’s a nice introduction to one of Org mode’s most useful functionalities … Continue reading

Posted in General | Tagged , | Leave a comment

Using reveal.js with Org Mode

For those looking for a way to produce slides with Emacs and Org mode, there are two popular options: Beamer and reveal.js. Each solution has its partisans but if you’re in the reveal.js camp, Yujie Wen has an org-reveal package … Continue reading

Posted in General | Tagged , | Leave a comment

Dotfile Management

Haoyang Xu has a really nice idea for managing your dotfiles. The idea is a generalization of using Org mode to configure Emacs, a strategy that many people have written about (here’s a pointer to a video about it). Using … Continue reading

Posted in General | Tagged , | Leave a comment