Search Results for: grant rettke

Grant Rettke’s Take on Narrowing to Multiple Regions

Grant Rettke has his own take on a function to enable narrowing to multiple regions of a buffer. I learned about the idea from comments to a post on another matter and wrote about it here. Rettke takes the example … Continue reading

Posted in Programming | Tagged | Leave a comment

Using Table Data in a Shell Code Block

Just a quickie on a quickie from Grant Rettke. The quickie is an example from Rettke on how to import and use a table in an Org code block using shell. The secret is that the table entries get passed … Continue reading

Posted in General | Tagged , | Leave a comment

Code vs. Verbatim in Org Mode

If you do even a little writing in Org mode, you’ve almost certainly needed to occasionally typeset a word or sequence of words in a typewriter font. This, at least for me, comes up in two ways: I want to … Continue reading

Posted in General | Tagged , | Leave a comment

Describe Symbol

A short post for a lazy Sunday. Grant Rettke over at Wisdom and Wonder has a quick tip. He recommends trying describe-symbol for invoking Emacs builtin documentation. He says that it’s almost always what you want when you invoke describe-function … Continue reading

Posted in General | Tagged | Leave a comment

A Timestamp Hydra

It’s astounding how many “standard” formats there are for date/time stamps. Two or three years ago, I gave up my American provincialism on the matter and settled on the formats 2018-05-09, 2018-05-09 Wed, and 2018-05-09 Wed 13:24. I like them … Continue reading

Posted in General | Tagged | Leave a comment

Lightweight Literate Programming with Hydras

Grant Rettke has an interesting take on abo-abo’s Hydra package. His idea is that you can use hydras for a sort of lightweight literate programming. Most Irreal readers are already aware of hydras’ utility as a way of gathering related … Continue reading

Posted in General | Tagged | Leave a comment

End Your List Items with a Period

Grant Rettke over at Wisdom and Wonder has helped me resolve a long standing conundrum. When I have a list like this I can never decide whether or not to end each list item with a period. I can adduce … Continue reading

Posted in General | Tagged , | 4 Comments

Removing Org Source Block Results

Grant Rettke over at Wisdom and Wonder has posted a nice bit of Elisp that runs a function on every source block in an Org file. His use case for this is getting rid of the results from running the … Continue reading

Posted in General | Tagged , | Leave a comment

Org2blog/wp and Multibyte Characters

I love blogging with org2blog. I write my posts as normal Org documents and org2blog takes care of everything else including renaming and uploading jpegs and things like that. About a year ago, I started having problems with org2blog dying … Continue reading

Posted in General | Tagged , | Leave a comment

Using Org Mode for Writing

Over at the Emacs subreddit, willmhorne asks how people use Org’s outlining capabilities for essays, books, and other long-form writing. Most Org users have their own answers to this but it’s very interesting and useful to see what others have … Continue reading

Posted in General | Tagged , | Leave a comment