Last active
February 7, 2016 02:55
-
-
Save et2010/667004a8b656f3c2e6d8 to your computer and use it in GitHub Desktop.
Erase `*Org Export Process*' buffer and rename it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(save-excursion | |
(set-buffer "*Org Export Process*") | |
(erase-buffer) | |
(rename-buffer "*Org Export Process* (running...)")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used in
org-export-before-processing-hook