Skip to content

Instantly share code, notes, and snippets.

@et2010
Last active February 7, 2016 02:55
Show Gist options
  • Save et2010/667004a8b656f3c2e6d8 to your computer and use it in GitHub Desktop.
Save et2010/667004a8b656f3c2e6d8 to your computer and use it in GitHub Desktop.
Erase `*Org Export Process*' buffer and rename it
(save-excursion
(set-buffer "*Org Export Process*")
(erase-buffer)
(rename-buffer "*Org Export Process* (running...)"))
@et2010
Copy link
Author

et2010 commented Feb 7, 2016

Used in org-export-before-processing-hook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment