Tag Archives: Emacs

Setting Org Mode Properties

Karl Voit has a nice bit of Elisp that makes it easy for him to set Org mode properties. He maintains his contacts in an Org file that (presumably) has the contact names in the headings and details, such as … Continue reading

Posted in General | Tagged , | 2 Comments

Zamansky 25: Tramp

Mike Zamansky has Video #25 in his Using Emacs series up. This time it’s about how to use tramp. Strictly speaking, you could do what tramp does by using scp to bring the remote file to your local machine, edit … Continue reading

Posted in General | Tagged | Leave a comment

Org Mode 9.0.3

A Christmas present from Bastien #emacs #orgmode 9.0.3 – a bugfix release – is out. Enjoy and merry christmas! — Bastien Guerry (@bzg2) December 24, 2016

Posted in General | Tagged , | Leave a comment

A Workflow with Org Mode

Rainer König has the latest video up in his OrgMode tutorial series. This time he discusses his personal Org mode file structure and workflow. I always find it interesting to see how others do these sorts of thing so I … Continue reading

Posted in General | Tagged , | Leave a comment

Org Mode Speed Keys

John Kitchin has a nice post that illustrates how to install context sensitive speed keys for Org mode headings. I didn’t know a framework for this existed so I found his article interesting and informative. The particular problem he is … Continue reading

Posted in General | Tagged , | Leave a comment

Bulk Actions

After a hiatus of almost 4 months, Rainer König is back with another video in his excellent series of Org Mode Tutorials. If you haven’t been following along, be sure to click on the above link to the play list. … Continue reading

Posted in General | Tagged , | Leave a comment

A Bookmark Video

One of the Emacs features that I really like and use all the time is bookmarks. I have a lot of files that I use several times every day and it’s really convenient to be able to bring them up … Continue reading

Posted in General | Tagged | Leave a comment

The Org Mode Category Property

One of the nice features of the Org Mode agenda is that it lists the file the agenda item came from at the left of each item. That makes it easy to see what the item is about. For instance, … Continue reading

Posted in General | Tagged , | Leave a comment

Task Dependency in Org Mode

Karl Voit has an excellent post on he handles dependencies between Org mode tasks. The post is reminiscent of his chat with Sacha Chua in which he explains how he uses yasnippet to automate complex workflows. I wrote about that … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Regular Expressions

Jamie Zawinski notwithstanding, I find regular expressions extraordinarily powerful and useful. Most of us in software engineering use them daily and almost all editors support them. One of the complaints I hear all the time is that Emacs regular expressions … Continue reading

Posted in General | Tagged | 5 Comments