π

GLT21: Emacs Org mode Features You May Not Know

Show Sidebar

Update 2021-04-16: Video link

After the COVID19-related cancellation of our local open source community conference in 2020, the organizers of the "Grazer Linuxtage" moved to an online concept for this year's event.

I submitted a talk which was inspired by Bastien's article Org-mode features You May Not Know. My talk also covers a few general Emacs features which are also very handy when using Org mode. I consider this a fair argument so that the title is not misleading at all. ;-)

You can find the conference-page about the talk here. You can find the video of the talk here.

This article covers the content of the talk, further links and notes.

Content of the Talk

This is a sub-set of bzg's page, extended by ideas of other pages. See "References" below.

Standard Emacs Features

(global-set-key (kbd "<Scroll_Lock>") 'scroll-lock-mode)	  

Standard Org mode Features

With Customization

(defun my-pulse-line (&rest _)
      "Pulse the current line."
      (pulse-momentary-highlight-one-line (point)))

(dolist (command '(recenter-top-bottom other-window ace-window my-scroll-down-half my-scroll-up-half))
  (advice-add command :after #'my-pulse-line))	  

References

If you want to read more from my content on Org mode, please do also check out my general emacs/Org articles or my series on Using Org Mode Features.

Colophon

Things that I used to create the recording:


Related articles that link to this one:

Comment via email (persistent) or via Disqus (ephemeral) comments below: